pkgs.steamPackages.steamcmd -> pkgs.steamcmd
This commit is contained in:
parent
f59ccbec90
commit
f3e7cb0ad8
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@ in {
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
|
|
||||||
users.users.${username}.packages = attrValues {
|
users.users.${username}.packages = attrValues {
|
||||||
inherit (pkgs.steamPackages) steamcmd;
|
inherit (pkgs) steam-tui steamcmd;
|
||||||
inherit (pkgs) steam-tui;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue