diff --git a/hosts/Infini-FRAMEWORK/default.nix b/hosts/Infini-FRAMEWORK/default.nix index 7ce4852..ee98789 100644 --- a/hosts/Infini-FRAMEWORK/default.nix +++ b/hosts/Infini-FRAMEWORK/default.nix @@ -47,6 +47,12 @@ enable = true; btrfs.enable = true; }; + desktop = { + gaming = { + steam.enable = true; + multimc.enable = true; + }; + }; }; networking.interfaces.wlp170s0.useDHCP = true;