This commit is contained in:
Sakooooo 2023-07-31 17:14:58 +03:00
parent 5f6744f6d0
commit e00d9b7b6d
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -9,8 +9,12 @@ in
};
config = mkIf cfg.enable {
users.users.sako.packages = with pkgs; [
firefox
];
programs.firefox = {
enable = true;
preferences = {
toolkit.legacyUserProfileCustomizations.stylesheets = true;
browser.compactmode.show = true;
};
};
};
}