Add swaybg

At the moment, it's not being run automatically when sway starts, so I
need to add it to my sway configuration.
This commit is contained in:
Oliver Davies 2024-05-20 19:11:04 +01:00
parent ab20c7de69
commit 504fb96771

View file

@ -24,6 +24,6 @@
XDG_SESSION_TYPE = "wayland"; XDG_SESSION_TYPE = "wayland";
}; };
home.packages = with pkgs; [ i3status wdisplays wl-clipboard wofi ]; home.packages = with pkgs; [ i3status swaybg wdisplays wl-clipboard wofi ];
}; };
} }