New wallpaper

This commit is contained in:
alejandro-angulo 2026-02-14 08:32:32 -08:00
parent d6dbac7ace
commit 2bda9eacd2
3 changed files with 3 additions and 8 deletions

View file

@ -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 = {