This commit is contained in:
parent
e85b6af95b
commit
0c92def8b2
2 changed files with 6 additions and 8 deletions
|
@ -10,7 +10,7 @@
|
|||
}:
|
||||
lib.mkIf config.programs.firefox.enable {
|
||||
programs.firefox = {
|
||||
package = pkgs.firefox-beta;
|
||||
package = pkgs.librewolf;
|
||||
languagePacks = [
|
||||
"de"
|
||||
"en-GB"
|
||||
|
|
|
@ -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";
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue