Fix swayidle
My workaround is not needed anymore and it was preventing it to work
This commit is contained in:
parent
6849194702
commit
a98b467d26
1 changed files with 0 additions and 6 deletions
|
@ -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" ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue