fix
This commit is contained in:
@@ -125,11 +125,11 @@ in
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
trusted-users = lib.mkDefault [
|
||||
"root"
|
||||
user
|
||||
];
|
||||
};
|
||||
trusted-users = lib.mkDefault [
|
||||
"root"
|
||||
user
|
||||
];
|
||||
};
|
||||
|
||||
services = {
|
||||
|
||||
@@ -47,6 +47,15 @@ in
|
||||
theme = "fishy";
|
||||
};
|
||||
};
|
||||
|
||||
librewolf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"identity.fxaccounts.enabled" = true; # Enable Firefox Accounts
|
||||
"privacy.clearOnShutdown.history" = true; # Disable clearing history on shutdown
|
||||
"privacy.clearOnShutdown.downloads" = true; # Disable clearing downloads on shutdown
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
|
||||
Reference in New Issue
Block a user