add waybar config

This commit is contained in:
ulic-youthlic 2025-01-24 20:22:12 +08:00
parent b05c27b11e
commit 5ced8dea66
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 154 additions and 233 deletions

View file

@ -25,6 +25,7 @@ in
swaynotificationcenter
swaybg
xwayland-satellite
niri-unstable
];
youthlic.programs = {
fuzzel.enable = true;
@ -33,6 +34,7 @@ in
};
programs.niri = {
config = builtins.readFile cfg.config;
package = pkgs.niri-unstable;
};
};
}