gwydion: switch steam installation to global option

This commit is contained in:
Jez Cope 2022-09-26 14:58:17 +01:00
parent 990bc74ff0
commit 79a6fbfcd6
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
let h = config.home.homeDirectory; let h = config.home.homeDirectory;
in { in {
home.packages = with pkgs; [ steam minecraft fahcontrol ]; home.packages = with pkgs; [ minecraft fahcontrol ];
services.mpd = { services.mpd = {
enable = true; enable = true;

View File

@ -55,4 +55,6 @@
secretKeyFile = "/etc/nix/gwydion.local-1.sec"; secretKeyFile = "/etc/nix/gwydion.local-1.sec";
openFirewall = true; openFirewall = true;
}; };
programs.steam.enable = true;
} }