From 60d72f7a44d9ce23f21386484e7173e7cef3d2e1 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sun, 27 Oct 2024 11:01:51 +0100 Subject: [PATCH] fix(Zephyrus): ff steam user for steam specialization --- hosts/Zephyrus/default.nix | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/hosts/Zephyrus/default.nix b/hosts/Zephyrus/default.nix index c77ca8a..3bdec20 100644 --- a/hosts/Zephyrus/default.nix +++ b/hosts/Zephyrus/default.nix @@ -90,21 +90,6 @@ # Steam specialisation specialisation.steam.configuration = { - users.groups.steam = { - name = "steam"; - }; - users.users.steam = { - isNormalUser = true; - createHome = true; - extraGroups = [ - "video" - "seat" - "audio" - "gamemode" - "networkmanager" - ]; - group = "steam"; - }; programs = { gamescope = { enable = true; @@ -119,7 +104,6 @@ }; }; hardware.xone.enable = true; # support for the xbox controller USB dongle - services.getty.autologinUser = "steam"; environment = { loginShellInit = '' [[ "$(tty)" = "/dev/tty1" ]] && ${(pkgs.writeShellScript "gs.sh" "${builtins.readFile ../../bin/gs.sh}")}