use waybar from pkgs
This commit is contained in:
parent
5a1ea492e4
commit
cb8e1c43c7
2 changed files with 6 additions and 2 deletions
|
@ -8,7 +8,8 @@ in {
|
|||
enable = mkEnableOption "Enable Waybar, a highly customizable wayland bar for wlroots compositors.";
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = inputs.waybar.packages.${system}.default;
|
||||
# default = inputs.waybar.packages.${system}.default;
|
||||
default = pkgs.waybar;
|
||||
example = "pkgs.waybar";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue