l games: install only for user
This commit is contained in:
parent
9855f4e8ae
commit
21bb247495
@ -56,15 +56,6 @@ let
|
||||
'';
|
||||
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
dolphinEmu
|
||||
doom1
|
||||
doom2
|
||||
vdoom1
|
||||
vdoom2
|
||||
vdoomserver
|
||||
];
|
||||
|
||||
users.extraUsers = {
|
||||
games = {
|
||||
name = "games";
|
||||
@ -76,7 +67,14 @@ in {
|
||||
packages = with pkgs; [
|
||||
minecraft
|
||||
steam-run
|
||||
scummvm
|
||||
dolphinEmu
|
||||
doom1
|
||||
doom2
|
||||
vdoom1
|
||||
vdoom2
|
||||
vdoomserver
|
||||
retroarchBare
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user