new wm, hyprland gone

This commit is contained in:
Reid 2025-05-18 23:05:26 -07:00
parent 003f37bfbd
commit cb4b22b4e5
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
41 changed files with 1145 additions and 1364 deletions

View file

@ -5,7 +5,7 @@ let
cfg = config.modules.desktop.hyprlock;
in {
options.modules.desktop.hyprlock = {
enable = mkEnableOption "Enable hyprlock, a simple, fast, multithreaded screen lock for hyprland";
enable = mkEnableOption "Enable hyprlock, a simple, fast, multithreaded screen lock for wayland compositors";
package = mkOption {
type = types.package;
default = inputs.hyprlock.packages.${system}.hyprlock;
@ -26,14 +26,11 @@ in {
no_fade_in = true;
no_fade_out = true;
text_trim = true;
# this will render the color we specified on the background before the image is loaded
# i like this because we will no longer see our screen for a split second before the image is ready
# extra security feature too
immediate_render = true;
};
background = [
{
path = toString ../../assets/lockscreen.jpg;
path = "${../../assets/lockscreen.png}";
color = "rgb(${base00})";
blur_passes = 3;
blur_size = 6;