use waybar from pkgs
This commit is contained in:
parent
5a1ea492e4
commit
cb8e1c43c7
2 changed files with 6 additions and 2 deletions
|
@ -10,11 +10,14 @@
|
||||||
hardware.url = "github:nixos/nixos-hardware";
|
hardware.url = "github:nixos/nixos-hardware";
|
||||||
nix-colors.url = "github:misterio77/nix-colors";
|
nix-colors.url = "github:misterio77/nix-colors";
|
||||||
|
|
||||||
waybar.url = "github:Alexays/Waybar";
|
# waybar.url = "github:Alexays/Waybar";
|
||||||
|
# waybar.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
# hypr suite
|
# hypr suite
|
||||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||||
|
hyprland.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
hyprlock.url = "github:hyprwm/hyprlock";
|
hyprlock.url = "github:hyprwm/hyprlock";
|
||||||
|
hyprlock.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
hypridle.url = "github:hyprwm/hypridle";
|
hypridle.url = "github:hyprwm/hypridle";
|
||||||
|
|
||||||
waybar-catppuccin.url = "github:catppuccin/waybar";
|
waybar-catppuccin.url = "github:catppuccin/waybar";
|
||||||
|
|
|
@ -8,7 +8,8 @@ in {
|
||||||
enable = mkEnableOption "Enable Waybar, a highly customizable wayland bar for wlroots compositors.";
|
enable = mkEnableOption "Enable Waybar, a highly customizable wayland bar for wlroots compositors.";
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = inputs.waybar.packages.${system}.default;
|
# default = inputs.waybar.packages.${system}.default;
|
||||||
|
default = pkgs.waybar;
|
||||||
example = "pkgs.waybar";
|
example = "pkgs.waybar";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue