refactor wayland package
This commit is contained in:
parent
8a7af563da
commit
9ed42eeb06
2 changed files with 3 additions and 4 deletions
|
@ -2,6 +2,9 @@
|
|||
xdg.configFile."waybar/colors.css".source = ./colors.css;
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
package = pkgs.waybar.overrideAttrs (oldAttrs: {
|
||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
});
|
||||
systemd.enable = true;
|
||||
style = ./style.css;
|
||||
settings = {
|
||||
|
|
|
@ -4,8 +4,4 @@ self: super: {
|
|||
dracula-gtk = super.callPackage ./dracula-gtk { };
|
||||
newaita-icon-theme = super.callPackage ./newaita-icon-theme { };
|
||||
scripts = super.callPackage ./scripts { };
|
||||
|
||||
waybar = super.waybar.overrideAttrs (oldAttrs: {
|
||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue