change waybar config

This commit is contained in:
Frost-Phoenix 2023-11-12 18:17:37 +01:00
parent 902f5c8b7c
commit 470d1bbd54
4 changed files with 619 additions and 189 deletions

View file

@ -2,10 +2,10 @@
{
programs.waybar = {
enable = true;
systemd = {
enable = false;
target = "graphical-session.target";
};
# systemd = {
# enable = false;
# target = "graphical-session.target";
# };
};
programs.waybar.package = pkgs.waybar.overrideAttrs (oa: {
mesonFlags = (oa.mesonFlags or [ ]) ++ [ "-Dexperimental=true" ];