gunter: remove unused steamuser configuration
This commit is contained in:
@@ -247,9 +247,10 @@ in
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
workspace =
|
workspace = [
|
||||||
[ "special:special, on-created-empty:kitty, rounding:true, decorate:false, border:false" ]
|
"special:special, on-created-empty:kitty, rounding:true, decorate:false, border:false"
|
||||||
++ cfg.extraWorkspaces;
|
]
|
||||||
|
++ cfg.extraWorkspaces;
|
||||||
|
|
||||||
bindm = [
|
bindm = [
|
||||||
"$mainMod,mouse:272,movewindow"
|
"$mainMod,mouse:272,movewindow"
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./steamuser.nix
|
|
||||||
./nfs.nix
|
./nfs.nix
|
||||||
./ollama.nix
|
./ollama.nix
|
||||||
./streamdeck.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