Files
nixos/modules/desktop/theming.nix
T
2025-10-10 20:08:23 +03:00

19 lines
250 B
Nix

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