use hyprlock
All checks were successful
/ check (push) Successful in 3m5s

This commit is contained in:
iofq 2026-02-15 12:22:50 -06:00
parent cabf5f52e1
commit 472d9b0b05
3 changed files with 46 additions and 18 deletions

View file

@ -36,13 +36,6 @@
temperature.day = 6000;
temperature.night = 3500;
};
swayidle = {
enable = true;
events = {
"before-sleep" = "${config.programs.swaylock.package}/bin/swaylock";
"lock" = "${config.programs.swaylock.package}/bin/swaylock";
};
};
mako.enable = true;
mako.settings = {
default-timeout = 5;
@ -62,14 +55,6 @@
}
'';
};
swaylock = {
enable = true;
settings = {
image = "/home/pape";
daemonize = true;
ignore-empty-password = true;
};
};
};
xdg = {
configFile."mimeapps.list".force = true;