This commit is contained in:
Filippo Berto 2021-11-19 22:21:19 +01:00
parent 64d034b94e
commit 292789652e
3 changed files with 9 additions and 2 deletions

View file

@ -177,7 +177,12 @@
}; };
}; };
}; };
nix.gc.automatic = true; nix = {
package = pkgs.nixFlakes;
extraOptions = lib.optionalString (config.nix.package == pkgs.nixFlakes)
"experimental-features = nix-command flakes";
gc.automatic = true;
};
system.stateVersion = "21.05"; # Did you read the comment? system.stateVersion = "21.05"; # Did you read the comment?
} }

View file

@ -84,6 +84,7 @@
krita krita
# lutris # lutris
meld meld
mmv-go
mpv mpv
neofetch neofetch
nix-prefetch-scripts nix-prefetch-scripts

View file

@ -82,9 +82,10 @@
jetbrains.datagrip jetbrains.datagrip
keepassxc keepassxc
krita krita
# lutris lutris
mangohud mangohud
meld meld
mmv-go
mpv mpv
neofetch neofetch
nix-prefetch-scripts nix-prefetch-scripts