init nvim
This commit is contained in:
BIN
.flake.nix.swp
BIN
.flake.nix.swp
Binary file not shown.
@@ -23,12 +23,6 @@
|
|||||||
flake-utils.lib.eachDefaultSystem (system: let
|
flake-utils.lib.eachDefaultSystem (system: let
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
overlays = [
|
|
||||||
(self: super: {
|
|
||||||
vimPlugins =
|
|
||||||
super.vimPlugins {};
|
|
||||||
})
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
recursiveMerge = attrList: let
|
recursiveMerge = attrList: let
|
||||||
|
|||||||
Reference in New Issue
Block a user