Fix swayidle

My workaround is not needed anymore and it was preventing it to work
This commit is contained in:
Andrea Ciceri 2025-01-13 16:43:47 +01:00
parent 6849194702
commit a98b467d26
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -48,10 +48,4 @@
}
];
};
# Otherwise it will start only after Sway and will not work with Hyprland
systemd.user.services.swayidle = {
Unit.PartOf = lib.mkForce [ ];
Install.WantedBy = lib.mkForce [ "graphical-session-pre.target" ];
};
}