fix
This commit is contained in:
@@ -125,11 +125,11 @@ in
|
|||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
|
trusted-users = lib.mkDefault [
|
||||||
|
"root"
|
||||||
|
user
|
||||||
|
];
|
||||||
};
|
};
|
||||||
trusted-users = lib.mkDefault [
|
|
||||||
"root"
|
|
||||||
user
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|||||||
@@ -47,6 +47,15 @@ in
|
|||||||
theme = "fishy";
|
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 = {
|
programs.git = {
|
||||||
|
|||||||
Reference in New Issue
Block a user