From 91765346643cfc46aaeb9bd626431589a956c9bd Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 5 Oct 2024 17:15:12 +0200 Subject: [PATCH] install lutris and steam in the sandbox user --- share/users.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/share/users.nix b/share/users.nix index 0d4b0bb..4bd1299 100644 --- a/share/users.nix +++ b/share/users.nix @@ -55,7 +55,7 @@ in }; # - # sandbox for lutris and steam games + # sandbox for lutris and steam games and Co. # users.sandbox-games = { # home on persistent volume @@ -110,7 +110,7 @@ in # shared config imports = [ ./home.nix ]; - # enable keychain, we use the main user key + # enable keychain programs.keychain = { enable = true; enableZshIntegration = true; @@ -122,6 +122,12 @@ in users.sandbox-games = { # shared config imports = [ ./home.nix ]; + + # install gaming stuff + home.packages = with pkgs; [ + lutris + steam + ]; }; # kde user with extra settings