diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-19 13:22:38 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-24 20:22:59 +0100 |
commit | 6bb38de65d564e5b7105bf931e44c87ab1717e5a (patch) | |
tree | 2eb0df808d9e16c4b59c5f59f8ef3fefc80f0d4a | |
parent | e519d8740c36be5fb3e9e7280c74f0d8e7a5aa36 (diff) |
set default wallpaper
-rw-r--r-- | home-manager/compositor/hyprland.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/home-manager/compositor/hyprland.nix b/home-manager/compositor/hyprland.nix index d2f0df6..1eeb666 100644 --- a/home-manager/compositor/hyprland.nix +++ b/home-manager/compositor/hyprland.nix @@ -1,9 +1,7 @@ { pkgs, config, monitor-names, ... }: let pics = "${config.home.homeDirectory}/Pictures"; - mac-color-4k = "${pics}/mac-color-4k.jpg"; - poly = "${pics}/poly-8k.jpg"; - default = "${poly}"; + default = "${pics}/wallpaper.jpg"; in { home.packages = with pkgs; [ |