feat: swaync

This commit is contained in:
punkfairie 2025-05-26 16:39:00 -07:00
parent b18d5e4d9d
commit 334d3ae658
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
5 changed files with 12 additions and 6 deletions

View file

@ -9,6 +9,7 @@
./system
./shell
./programs
./services
./profiles.nix
];

View file

@ -16,7 +16,7 @@ in {
config = lib.mkIf (cfg.enable && pkgs.stdenv.isLinux) {
marleyos = {
# services.swaync.enable = true;
services.swaync.enable = true;
# TODO: enable once swaylock is figured out
# programs.wlogout.enable = true;
};

View file

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

View file

@ -1,6 +1,6 @@
{
lib,
config,
lib,
...
}: let
cfg = config.marleyos.services.swaync;

View file

@ -31,10 +31,10 @@ in {
# fuzzel = enabled;
# xwayland-satellite = enabled;
};
# services = {
# swaybg = enabled;
# swaync = enabled;
# };
services = {
# swaybg = enabled;
swaync = enabled;
};
};
programs.niri = {