feat(modules/games): adding the datausers to the steamuser

- Datausers is allowed to store in main disk
This commit is contained in:
Raphael 2025-10-14 12:03:34 +02:00
parent e1d3252aef
commit f9cbea676d
No known key found for this signature in database

View file

@ -28,6 +28,13 @@ in
vkd3d vkd3d
]; ];
users = {
groups.datausers = { };
users = {
raphael.extraGroups = [ "datausers" ];
};
};
systemd.user.services."steam-bp" = lib.mkIf cfg.bp { systemd.user.services."steam-bp" = lib.mkIf cfg.bp {
description = "Steam Big Picture auto start"; description = "Steam Big Picture auto start";
wantedBy = [ "graphical-session.target" ]; wantedBy = [ "graphical-session.target" ];