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

@ -10,11 +10,14 @@
hardware.url = "github:nixos/nixos-hardware";
nix-colors.url = "github:misterio77/nix-colors";
waybar.url = "github:Alexays/Waybar";
# waybar.url = "github:Alexays/Waybar";
# waybar.inputs.nixpkgs.follows = "nixpkgs";
# hypr suite
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
hyprland.inputs.nixpkgs.follows = "nixpkgs";
hyprlock.url = "github:hyprwm/hyprlock";
hyprlock.inputs.nixpkgs.follows = "nixpkgs";
hypridle.url = "github:hyprwm/hypridle";
waybar-catppuccin.url = "github:catppuccin/waybar";

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