diff --git a/modules/games/steam.nix b/modules/games/steam.nix index ef6723e..bc81d4d 100644 --- a/modules/games/steam.nix +++ b/modules/games/steam.nix @@ -35,6 +35,10 @@ in }; }; + systemd.tmpfiles.rules = [ + "d /mnt/data 2770 root datausers -" + ]; + systemd.user.services."steam-bp" = lib.mkIf cfg.bp { description = "Steam Big Picture auto start"; wantedBy = [ "graphical-session.target" ];