chore: clean themes file

This commit is contained in:
nydragon 2025-03-06 19:13:57 +01:00
parent e85b6af95b
commit e3e6bb967c
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE

View file

@ -8,16 +8,14 @@
config = lib.mkIf config.modules.system.roles.desktop.enable {
qt = {
enable = true;
platformTheme = "gtk2";
#platformTheme = "qt5ct";
#style = "kvantum";
platformTheme = "gtk2"; # Follow gtk theme
};
environment.systemPackages = with pkgs; [
#vimix-icon-theme
#pop-icon-theme
catppuccin-papirus-folders
#catppuccin-kvantum
(catppuccin-papirus-folders.override {
accent = "lavender";
flavor = "frappe";
})
];
};
}