diff options
Diffstat (limited to 'home-manager/compositor/hyprland.nix')
-rw-r--r-- | home-manager/compositor/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/compositor/hyprland.nix b/home-manager/compositor/hyprland.nix index 64bc288..d1af183 100644 --- a/home-manager/compositor/hyprland.nix +++ b/home-manager/compositor/hyprland.nix @@ -1,6 +1,6 @@ { pkgs, monitor-names, ... }: let - wallpaper = ../static/gear5-luffy.jpg; + wallpaper = ../static/wallpaper.jpg; in { home.packages = with pkgs; [ |