change waybar config
This commit is contained in:
parent
902f5c8b7c
commit
470d1bbd54
4 changed files with 619 additions and 189 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Reference in a new issue