From abed1dec09837639a94b139fa1699ab2ec56204a Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Thu, 10 Jul 2025 23:48:11 +1000 Subject: [PATCH] Added Steam and a couple cool games to the PC --- hosts/myputer/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/myputer/default.nix b/hosts/myputer/default.nix index 4313abb..337501f 100755 --- a/hosts/myputer/default.nix +++ b/hosts/myputer/default.nix @@ -14,6 +14,8 @@ in { ./hardware-configuration.nix (import "${home-manager}/nixos") inputs.spicetify-nix.nixosModules.default + + ../modules/steam.nix ]; programs.spicetify = let @@ -252,6 +254,11 @@ in { # Cryptography openssl libargon2 + + # Games + mindustry-wayland + dwarf-fortress + nethack ]; # DEBUG: configuring xdg portal here instead?