From 79a6fbfcd6a9c9b2b1cb033bc2d06399f460bc56 Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Mon, 26 Sep 2022 14:58:17 +0100 Subject: [PATCH] gwydion: switch steam installation to global option --- home/machines/gwydion.nix | 2 +- hosts/gwydion/default.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/home/machines/gwydion.nix b/home/machines/gwydion.nix index 9f7547b..3054bd3 100644 --- a/home/machines/gwydion.nix +++ b/home/machines/gwydion.nix @@ -2,7 +2,7 @@ let h = config.home.homeDirectory; in { - home.packages = with pkgs; [ steam minecraft fahcontrol ]; + home.packages = with pkgs; [ minecraft fahcontrol ]; services.mpd = { enable = true; diff --git a/hosts/gwydion/default.nix b/hosts/gwydion/default.nix index 80d56ff..7400270 100644 --- a/hosts/gwydion/default.nix +++ b/hosts/gwydion/default.nix @@ -55,4 +55,6 @@ secretKeyFile = "/etc/nix/gwydion.local-1.sec"; openFirewall = true; }; + + programs.steam.enable = true; }