From 93d4798e851d2c39bce1d337600a51c426b80ddc Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Sat, 9 Nov 2024 23:04:52 +0100 Subject: [PATCH] hostconfig/gandalf: Install steam --- hostconfig/gandalf/default.nix | 2 ++ hostconfig/gandalf/nixos.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hostconfig/gandalf/default.nix b/hostconfig/gandalf/default.nix index 88ec7f3..1a5f35f 100644 --- a/hostconfig/gandalf/default.nix +++ b/hostconfig/gandalf/default.nix @@ -23,6 +23,8 @@ personal-gui ]; unfreePackages = [ + "steam" + "steam-original" "cnijfilter2" "spotify" "discord" diff --git a/hostconfig/gandalf/nixos.nix b/hostconfig/gandalf/nixos.nix index d282e1f..ac5f000 100644 --- a/hostconfig/gandalf/nixos.nix +++ b/hostconfig/gandalf/nixos.nix @@ -85,6 +85,8 @@ in ]; }; + programs.steam.enable = true; + services.postgresql = { enable = true; ensureUsers = [