Auto-commit: 2026-01-05 18:29:30

This commit is contained in:
2026-01-05 18:29:30 +00:00
parent 1823007db9
commit 6a615b94fd

View File

@@ -1,5 +1,9 @@
{ lib, nixosConfig, ... }:
let
cfg = nixosConfig.my.desktop;
in
{ {
services.hypridle = { services.hypridle = lib.mkIf (cfg.enable && cfg.hyprland.enable) {
enable = true; enable = true;
systemdTarget = "hyprland-session.target"; systemdTarget = "hyprland-session.target";
settings = { settings = {