Compare commits
1 Commits
0d687f9d4c
...
3867276cfc
| Author | SHA1 | Date | |
|---|---|---|---|
| 3867276cfc |
@@ -32,6 +32,14 @@
|
||||
};
|
||||
};
|
||||
|
||||
# Nix store shit
|
||||
nix.optimise.automatic = true;
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
options = "--delete-older-than 5d";
|
||||
};
|
||||
|
||||
# Boot
|
||||
boot = {
|
||||
loader = {
|
||||
@@ -207,8 +215,10 @@
|
||||
};
|
||||
|
||||
# User programs
|
||||
programs.steam.enable = true;
|
||||
programs.steam.package = pkgs.unstable.steam;
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.steam;
|
||||
};
|
||||
programs.walker.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
programs.xfconf.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user