Files
nixos/modules/desktop/environment/theming.nix
T
2025-05-15 21:11:30 +03:00

20 lines
257 B
Nix

{
config,
lib,
pkgs,
...
}:
{
environment = {
systemPackages = with pkgs; [
whitesur-gtk-theme
whitesur-icon-theme
#whitesur-cursors
whitesur-kde
qogir-icon-theme
#qogir-theme
#qogir-kde
];
};
}