1

Modules/Niri: Set wallpaper

This commit is contained in:
2026-03-20 22:58:05 +01:00
parent 9a5bc3e981
commit 901f58a527
2 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,8 @@ in {
xwayland-satellite
# ncpamixer # Audio control
wiremix # Audio control
swaybg
waypaper
# GTK apps (look good and work well with xdg portals)
nautilus # Fallback file chooser used by xdg-desktop-portal-gnome
@ -365,6 +367,7 @@ in {
spawn-at-startup = [
{argv = ["ashell" "-c" "${config.paths.dotfiles}/ashell/config.toml"];}
{argv = ["waypaper" "--backend" "swaybg" "--fill" "fill" "--monitor" "All" "--folder" "${config.paths.nixflake}/wallpapers" "--random"];}
{argv = ["kitty" "--hold" "fastfetch"];}
{argv = ["fcitx5"];}