more moving
This commit is contained in:
@@ -4,7 +4,16 @@ in {
|
||||
imports = [ ../modules ../share ];
|
||||
|
||||
# Enable nix flakes and nix-command tools
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nix = {
|
||||
settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
# Garbage collect automatically every week
|
||||
gc.automatic = true;
|
||||
};
|
||||
|
||||
# Configure nixpkgs
|
||||
# Enable non free
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Hardware configs
|
||||
hardware = {
|
||||
@@ -54,4 +63,8 @@ in {
|
||||
magicOrExtension = "\\x7fELF....AI\\x02";
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
fish.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user