This commit is contained in:
mjallen18
2025-03-03 16:32:39 -06:00
parent 4b368ef078
commit f92c30f6ed
2 changed files with 13 additions and 4 deletions

View File

@@ -125,12 +125,12 @@ in
"nix-command" "nix-command"
"flakes" "flakes"
]; ];
};
trusted-users = lib.mkDefault [ trusted-users = lib.mkDefault [
"root" "root"
user user
]; ];
}; };
};
services = { services = {
# Enable Desktop Environment. # Enable Desktop Environment.

View File

@@ -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 = {