1

Modules/Hyprland: Configure hyprland plugins

This commit is contained in:
2025-07-22 14:58:27 +02:00
parent 4af0783c14
commit 94017ce4c9
7 changed files with 340 additions and 131 deletions

View File

@ -51,6 +51,9 @@
hypr-dynamic-cursors.url = "github:VirtCode/hypr-dynamic-cursors";
hypr-dynamic-cursors.inputs.nixpkgs.follows = "nixpkgs";
hypr-dynamic-cursors.inputs.hyprland.follows = "hyprland";
hyprspace.url = "github:KZDKM/Hyprspace";
hyprspace.inputs.nixpkgs.follows = "nixpkgs";
hyprspace.inputs.hyprland.follows = "hyprland";
# NeoVim <3
nixvim.url = "github:nix-community/nixvim";