Workaround for systemd tray target support
This commit is contained in:
parent
f0b961ef46
commit
bb0792881b
2 changed files with 6 additions and 1 deletions
|
@ -6,5 +6,4 @@
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,4 +2,10 @@
|
||||||
imports =
|
imports =
|
||||||
[ ./multimedia.nix ./security.nix ./applications ./work ./mimetypes.nix ];
|
[ ./multimedia.nix ./security.nix ./applications ./work ./mimetypes.nix ];
|
||||||
home-manager.users.fhauser.home.stateVersion = config.system.stateVersion;
|
home-manager.users.fhauser.home.stateVersion = config.system.stateVersion;
|
||||||
|
home-manager.users.fhauser.systemd.user.targets.tray = {
|
||||||
|
Unit = {
|
||||||
|
Description = "Home Manager System Tray";
|
||||||
|
Requires = [ "graphical-session-pre.target" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue