From f9cbea676db87ee1021109e3f1a2a7c69e4daf2e Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 14 Oct 2025 12:03:34 +0200 Subject: [PATCH] feat(modules/games): adding the datausers to the steamuser - Datausers is allowed to store in main disk --- modules/games/steam.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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" ];