Fix sxhkd service not starting

This commit is contained in:
Oliver Davies 2025-05-31 13:25:46 +01:00
parent 9746fb8934
commit dbbd356929

View file

@ -12,6 +12,8 @@ in
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
xsession.enable = true;
services.${service} = { services.${service} = {
enable = true; enable = true;