use waybar from pkgs

This commit is contained in:
Reid 2025-01-29 13:24:54 -08:00
parent 5a1ea492e4
commit cb8e1c43c7
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
2 changed files with 6 additions and 2 deletions

View file

@ -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";
};
};