summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorscouckel <james.krinsky@gmail.com>2025-12-09 00:18:16 -0600
committerscouckel <james.krinsky@gmail.com>2025-12-09 00:18:16 -0600
commitcbe570e96c8072c9883e87b5893180bc235edf07 (patch)
treec55b9bf63c6150fce04e13df002eab8c836f215c /flake.nix
parent10a36f34b3fc70ebded1ab164a1908939bbdcffe (diff)
nordvpn-flake not ready yet sorry
Diffstat (limited to 'flake.nix')
-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 {