1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

swayidle: make sure it's actually installed when enabled

This commit is contained in:
TaskForceTorture 2025-10-08 03:12:20 -04:00 committed by Austin Horstman
parent 5d61767c8d
commit 88e62bcab2

View file

@ -118,6 +118,8 @@ in
(lib.hm.assertions.assertPlatform "services.swayidle" pkgs lib.platforms.linux)
];
home.packages = [ cfg.package ];
systemd.user.services.swayidle = {
Unit = {
Description = "Idle manager for Wayland";