diff options
author | rubiigen <alyxwren@proton.me> | 2024-07-11 15:08:36 +0100 |
---|---|---|
committer | Frankie B <frankieraybrown@gmail.com> | 2024-07-11 15:17:22 +0100 |
commit | f3273f5c0f4762f0e53a6fcba9f29747ad13ce57 (patch) | |
tree | 88ce944ee680d04462fabda13cc9b0b1ad441d35 /flake.nix | |
parent | 9bfa850bc3935fdc21c457f8325325cb28298f7f (diff) |
allows rebuild to succeed, few things commented out for they are shitfucked:tm:
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -56,13 +56,8 @@ # nixos-hardware nixos-hardware.url = "github:NixOS/nixos-hardware/master"; - lanzaboote.url = "github:nix-community/lanzaboote"; - hyprland.url = "github:hyprwm/Hyprland?submodules=1"; - hyprgrass = { - url = "github:horriblename/hyprgrass"; - inputs.hyprland.follows = "hyprland"; - }; + nvf = { url = "github:notashelf/nvf"; inputs.nixpkgs.follows = "nixpkgs"; |