fix(hypr): fix swaylock and remove useless listeners option
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-21 18:34:50 -05:00
parent fd5a54017c
commit 497d85ca71
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View file

@ -32,7 +32,7 @@ in {
};
in {
imports = [
../../home/swaylock.nix
./swaylock.nix
hypridle.homeManagerModules.default
];
@ -42,7 +42,6 @@ in {
services.hypridle = mkIf isLaptop {
enable = true;
listeners = [];
lockCmd = "${lockPkg}/bin/lock";
};