This commit is contained in:
Morten Olsen
2025-12-27 00:02:02 +01:00
parent e384cc4829
commit 7f087bc39e
16 changed files with 257 additions and 213 deletions

View File

@@ -5,12 +5,16 @@
lib,
username,
...
}: {
}:
{
# Nix configuration
nix = {
settings = {
# Enable flakes and new nix command
experimental-features = ["nix-command" "flakes"];
experimental-features = [
"nix-command"
"flakes"
];
# Avoid unwanted garbage collection when using nix-direnv
keep-outputs = true;
keep-derivations = true;
@@ -35,7 +39,6 @@
DisableConsoleAccess = true;
};
dock = {
autohide = true;
autohide-delay = 0.0;