gunter: remove unused steamuser configuration
This commit is contained in:
@@ -247,9 +247,10 @@ in
|
||||
}
|
||||
];
|
||||
|
||||
workspace =
|
||||
[ "special:special, on-created-empty:kitty, rounding:true, decorate:false, border:false" ]
|
||||
++ cfg.extraWorkspaces;
|
||||
workspace = [
|
||||
"special:special, on-created-empty:kitty, rounding:true, decorate:false, border:false"
|
||||
]
|
||||
++ cfg.extraWorkspaces;
|
||||
|
||||
bindm = [
|
||||
"$mainMod,mouse:272,movewindow"
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
./steamuser.nix
|
||||
./nfs.nix
|
||||
./ollama.nix
|
||||
./streamdeck.nix
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.shells = with pkgs; [ zsh ];
|
||||
|
||||
services.xserver.desktopManager.xfce.enable = true;
|
||||
programs.steam.enable = true;
|
||||
programs.gamemode.enable = true;
|
||||
services.flatpak.enable = true;
|
||||
|
||||
users.users.steam = {
|
||||
isNormalUser = true;
|
||||
initialPassword = "steam";
|
||||
home = "/home/steam";
|
||||
description = "Steam user";
|
||||
shell = pkgs.zsh;
|
||||
# Install some user packages
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
mumble
|
||||
easyeffects
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user