install lutris and steam in the sandbox user
This commit is contained in:
parent
209300f26c
commit
9176534664
|
@ -55,7 +55,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
#
|
#
|
||||||
# sandbox for lutris and steam games
|
# sandbox for lutris and steam games and Co.
|
||||||
#
|
#
|
||||||
users.sandbox-games = {
|
users.sandbox-games = {
|
||||||
# home on persistent volume
|
# home on persistent volume
|
||||||
|
@ -110,7 +110,7 @@ in
|
||||||
# shared config
|
# shared config
|
||||||
imports = [ ./home.nix ];
|
imports = [ ./home.nix ];
|
||||||
|
|
||||||
# enable keychain, we use the main user key
|
# enable keychain
|
||||||
programs.keychain = {
|
programs.keychain = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
@ -122,6 +122,12 @@ in
|
||||||
users.sandbox-games = {
|
users.sandbox-games = {
|
||||||
# shared config
|
# shared config
|
||||||
imports = [ ./home.nix ];
|
imports = [ ./home.nix ];
|
||||||
|
|
||||||
|
# install gaming stuff
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
lutris
|
||||||
|
steam
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# kde user with extra settings
|
# kde user with extra settings
|
||||||
|
|
Loading…
Reference in a new issue