diff --git a/templates/simple/config/default.nix b/templates/simple/config/default.nix index 99607079..f9a64549 100644 --- a/templates/simple/config/default.nix +++ b/templates/simple/config/default.nix @@ -1,4 +1,4 @@ -{self, ...}: { +{ # Import all your configuration modules here imports = [ ./bufferline.nix diff --git a/templates/simple/flake.nix b/templates/simple/flake.nix index b705dbe7..2045407d 100644 --- a/templates/simple/flake.nix +++ b/templates/simple/flake.nix @@ -8,7 +8,6 @@ }; outputs = { - self, nixvim, flake-parts, ... @@ -35,7 +34,7 @@ module = config; # You can use `extraSpecialArgs` to pass additional arguments to your module files extraSpecialArgs = { - inherit self; + # inherit (inputs) foo; }; }; in {