Temporary steam config

This commit is contained in:
2024-03-04 04:24:34 +01:00
parent bb9bb49940
commit 08ad72c933
7 changed files with 20 additions and 29 deletions

View File

@@ -16,17 +16,4 @@
packages = with pkgs; [
];
};
users.users.steam = {
isNormalUser = true;
initialPassword = "steam";
home = "/home/steam";
description = "Steam user";
shell = pkgs.zsh;
extraGroups = [ "networkmanager" ];
# Install some user packages
packages = with pkgs; [
steam
steamcmd
];
};
}