Remove tmpfiles dependencies

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-09-30 12:54:12 +04:00
parent 7386cd2f54
commit 51319ae556
3 changed files with 4 additions and 6 deletions

View File

@@ -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 = {