diff --git a/modules/games/steam.nix b/modules/games/steam.nix index c03cb22..ef6723e 100644 --- a/modules/games/steam.nix +++ b/modules/games/steam.nix @@ -28,6 +28,13 @@ in vkd3d ]; + users = { + groups.datausers = { }; + users = { + raphael.extraGroups = [ "datausers" ]; + }; + }; + systemd.user.services."steam-bp" = lib.mkIf cfg.bp { description = "Steam Big Picture auto start"; wantedBy = [ "graphical-session.target" ];