aboutsummaryrefslogtreecommitdiffstats
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 8b5f258..c658a8b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -10,7 +10,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
-
impermanence.url = "github:nix-community/impermanence";
# inputs for following
@@ -130,7 +129,7 @@
system = "x86_64-linux";
pkgs = import nixpkgs {
inherit system;
- #overlays = [nixvim.overlays.default];
+ overlays = [nixvim.overlays.default];
};
sysLib = shell_library.lib.${system};
defaultModules = [