Files
nixos/modules/desktop/theming.nix
T
2026-03-09 10:50:12 +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
];
};
}