diff --git a/modules/home/programs/hyprlock/default.nix b/modules/home/programs/hyprlock/default.nix index 21f9ed0..d4abcd4 100644 --- a/modules/home/programs/hyprlock/default.nix +++ b/modules/home/programs/hyprlock/default.nix @@ -21,7 +21,7 @@ in wallpaperPath = mkOption { type = types.str; - default = "hyprland/wallpaper.jpg"; + default = "hyprland/wallpaper.png"; description = '' Path to wallpaper, relative to xdg.dataHome ''; @@ -58,11 +58,6 @@ in enabled = true; module = "hyprlock"; }; - fingerprint = { - enabled = false; - ready_message = "(Scan fingerprint to unlock)"; - present_message = "Scanning fingerprint"; - }; }; background = [ diff --git a/modules/home/windowManagers/hyprland/default.nix b/modules/home/windowManagers/hyprland/default.nix index f7cf49c..96254fa 100644 --- a/modules/home/windowManagers/hyprland/default.nix +++ b/modules/home/windowManagers/hyprland/default.nix @@ -37,7 +37,7 @@ in wallpaperPath = mkOption { type = types.str; - default = "hyprland/wallpaper.jpg"; + default = "hyprland/wallpaper.png"; description = '' Path to wallpaper, relative to xdg.dataHome ''; @@ -90,7 +90,7 @@ in apply = true; }; - xdg.dataFile.${cfg.wallpaperPath}.source = ./wallpaper.jpg; + xdg.dataFile.${cfg.wallpaperPath}.source = ./wallpaper.png; catppuccin.hyprland.enable = true; wayland.windowManager.hyprland = { diff --git a/modules/home/windowManagers/hyprland/wallpaper.png b/modules/home/windowManagers/hyprland/wallpaper.png new file mode 100644 index 0000000..f60fc73 Binary files /dev/null and b/modules/home/windowManagers/hyprland/wallpaper.png differ