feat(modules/games): adding the datausers to the steamuser
- Datausers is allowed to store in main disk
This commit is contained in:
parent
e1d3252aef
commit
f9cbea676d
1 changed files with 7 additions and 0 deletions
|
|
@ -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" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue