install lutris and steam in the sandbox user

This commit is contained in:
Christoph Cullmann 2024-10-05 17:15:12 +02:00
parent 209300f26c
commit 9176534664
No known key found for this signature in database

View file

@ -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