summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index b7e1be5..90d830d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -26,10 +26,9 @@
url = "github:NotAShelf/nvf/v0.8";
inputs.nixpkgs.follows = "nixpkgs";
};
- nordvpn-flake.url = "github:scouckel/nordvpn-flake";
};
- outputs = { nixpkgs, home-manager, nix-flatpak, nur, auto-cpufreq, nixos-hardware, nordvpn-flake, ... }@inputs: {
+ outputs = { nixpkgs, home-manager, nix-flatpak, nur, auto-cpufreq, nixos-hardware, ... }@inputs: {
nixosConfigurations = {
# desktop
vecna = nixpkgs.lib.nixosSystem {