chore: clean themes file
This commit is contained in:
parent
e85b6af95b
commit
e3e6bb967c
1 changed files with 5 additions and 7 deletions
|
@ -8,16 +8,14 @@
|
||||||
config = lib.mkIf config.modules.system.roles.desktop.enable {
|
config = lib.mkIf config.modules.system.roles.desktop.enable {
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
platformTheme = "gtk2";
|
platformTheme = "gtk2"; # Follow gtk theme
|
||||||
#platformTheme = "qt5ct";
|
|
||||||
#style = "kvantum";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
#vimix-icon-theme
|
(catppuccin-papirus-folders.override {
|
||||||
#pop-icon-theme
|
accent = "lavender";
|
||||||
catppuccin-papirus-folders
|
flavor = "frappe";
|
||||||
#catppuccin-kvantum
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue