feat: enable swayosd

This commit is contained in:
Youwen Wu 2025-04-12 14:05:06 -07:00
parent d485984d0a
commit d6e7241934
Signed by: youwen
GPG key ID: 865658ED1FE61EC3

View file

@ -48,6 +48,8 @@ in
}; };
}; };
services.swayosd.enable = true;
programs.hyprlock = lib.mkIf cfg.screenlocker.enable { programs.hyprlock = lib.mkIf cfg.screenlocker.enable {
enable = true; enable = true;
settings = { settings = {