Updates
This commit is contained in:
parent
64d034b94e
commit
292789652e
3 changed files with 9 additions and 2 deletions
|
|
@ -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?
|
||||||
}
|
}
|
||||||
|
|
|
||||||
1
odin.nix
1
odin.nix
|
|
@ -84,6 +84,7 @@
|
||||||
krita
|
krita
|
||||||
# lutris
|
# lutris
|
||||||
meld
|
meld
|
||||||
|
mmv-go
|
||||||
mpv
|
mpv
|
||||||
neofetch
|
neofetch
|
||||||
nix-prefetch-scripts
|
nix-prefetch-scripts
|
||||||
|
|
|
||||||
3
thor.nix
3
thor.nix
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue