diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -58,13 +58,13 @@ lanzaboote.url = "github:nix-community/lanzaboote"; - hyprland.url = "github:hyprwm/Hyprland"; + hyprland.url = "github:hyprwm/Hyprland?submodules=1"; hyprgrass = { url = "github:horriblename/hyprgrass"; inputs.hyprland.follows = "hyprland"; }; - neovim-flake = { - url = "github:notashelf/neovim-flake"; + nvf = { + url = "github:notashelf/nvf"; inputs.nixpkgs.follows = "nixpkgs"; }; }; |