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

@@ -2,6 +2,9 @@
environment.shells = with pkgs; [ zsh ];
services.xserver.desktopManager.xfce.enable = true;
programs.steam.enable = true;
services.flatpak.enable = true;
users.users.steam = {
isNormalUser = true;
@@ -11,8 +14,6 @@
shell = pkgs.zsh;
# Install some user packages
packages = with pkgs; [
steam
steamcmd
];
};
}