firefox
This commit is contained in:
parent
5f6744f6d0
commit
e00d9b7b6d
1 changed files with 7 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue