mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
swayidle: make sure it's actually installed when enabled
This commit is contained in:
committed by
Austin Horstman
parent
5d61767c8d
commit
88e62bcab2
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user