aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 1df9da9..dbb772e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
};
};