feat: swaybg

This commit is contained in:
punkfairie 2025-05-26 16:56:25 -07:00
parent 671b9e94e3
commit 75e037b7f8
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
3 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
{
imports = [
./swaybg.nix
./swaync.nix
];
}

View file

@ -1,6 +1,6 @@
{
lib,
config,
lib,
pkgs,
...
}: let

View file

@ -32,7 +32,7 @@ in {
xwayland-satellite = enabled;
};
services = {
# swaybg = enabled;
swaybg = enabled;
swaync = enabled;
};
};