Add hyprbars to hyprland

This commit is contained in:
2024-06-15 20:57:34 +02:00
parent 971125f434
commit 4756b614db
3 changed files with 56 additions and 4 deletions

View File

@ -27,6 +27,10 @@
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland";
};
#### Iogamaster inputs
nixos-generators.url = "github:nix-community/nixos-generators";