diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-29 13:14:51 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-29 13:14:51 +0100 |
commit | f61252fec9aa3b8deb98d3a7c79f54cc88a80ea6 (patch) | |
tree | 436f43bdb3b5e661203a3e06dc928fdb637fab39 /home-manager/compositor/hyprland.nix | |
parent | a9e542abee5a8ba0d7776c7a3c34f06e1d1af775 (diff) |
decide on a wallpaper
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; [ |