diff --git a/home-manager/home.nix b/home-manager/home.nix index 41c7ac5..3773207 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -33,6 +33,7 @@ let WALLPAPER_PATH = "${HOME}/.config/home-manager/themes/${WALLPAPER}"; FONT = "VictorMono Nerd Font Mono"; FUZZEL_PROMPT = " >> "; + DUNST_ORIGIN = "top-right"; in { @@ -245,6 +246,18 @@ in ]; }; }; + dunst = { + enable = true; + settings = { + global = { + width = 300; + height = 300; + offset = "${GAPS_OUT}x${GAPS_OUT}"; + origin = "${DUNST_ORIGIN}"; + font = "${FONT}"; + }; + }; + }; }; wayland = { windowManager = { @@ -254,6 +267,8 @@ in exec-once="waybar"; exec-once="dunst"; exec-once="hyprpaper"; + exec-once="wpaperd -d -c $HOME/.config/wpaperd/wallpaper.toml"; + exec-once="hypridle"; ''; settings = { "$mod" = "SUPER";