feat: swaybg
This commit is contained in:
parent
671b9e94e3
commit
75e037b7f8
3 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./swaybg.nix
|
||||
./swaync.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
|
@ -32,7 +32,7 @@ in {
|
|||
xwayland-satellite = enabled;
|
||||
};
|
||||
services = {
|
||||
# swaybg = enabled;
|
||||
swaybg = enabled;
|
||||
swaync = enabled;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue