diff options
author | Frankie B. <git@diskfloppy.me> | 2024-05-29 14:39:33 +0100 |
---|---|---|
committer | Frankie B. <git@diskfloppy.me> | 2024-05-29 14:45:17 +0100 |
commit | 9bfa850bc3935fdc21c457f8325325cb28298f7f (patch) | |
tree | eaf7bf469fb586db6e50b727001b1308fa43e0b8 /flake.nix | |
parent | b3d517dbf9b38f99748bf5cbcf33a555357411db (diff) |
Update packages
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"; }; }; |