Remove tmpfiles dependencies
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -35,8 +35,6 @@
|
||||
|
||||
home-manager.users.${user} = {
|
||||
systemd.user = {
|
||||
tmpfiles.rules = [ "d ${home}/.local/share/Steam/steamapps/common 0755 ${user} users -" ];
|
||||
|
||||
services.steam-ln =
|
||||
let
|
||||
steamLn = lib.meta.getExe (
|
||||
@@ -61,6 +59,8 @@
|
||||
ExecStart = steamLn;
|
||||
Type = "oneshot";
|
||||
};
|
||||
|
||||
Install.WantedBy = [ "graphical-session.target" ];
|
||||
};
|
||||
|
||||
paths.steam-ln = {
|
||||
|
Reference in New Issue
Block a user