From 43ac4f5a74ef47908e55ba7242ebf9600ee26626 Mon Sep 17 00:00:00 2001 From: sils Date: Mon, 14 Aug 2023 12:40:58 +0200 Subject: Feat(treewide): Switch to nixvim and tweak nvim config --- flake.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 5e99b1e..ce95a03 100644 --- a/flake.nix +++ b/flake.nix @@ -12,12 +12,11 @@ impermanence.url = "github:nix-community/impermanence"; # inputs for following - nixneovim = { - url = "github:nixneovim/nixneovim"; + nixvim = { + url = "github:nix-community/nixvim"; inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils"; - home-manager.follows = "home-manager"; }; }; lanzaboote = { @@ -112,14 +111,14 @@ #grades, prismlauncher, lanzaboote, - nixneovim, + nixvim, impermanence, ... } @ attrs: let system = "x86_64-linux"; pkgs = import nixpkgs { inherit system; - overlays = [nixneovim.overlays.default]; + #overlays = [nixvim.overlays.default]; }; sysLib = shell_library.lib.${system}; defaultModules = [ @@ -131,7 +130,7 @@ useGlobalPkgs = true; useUserPackages = true; users.sils = import ./users/sils; - extraSpecialArgs = {inherit pkgs system sysLib river_init_lesser yambar_cpu yambar_memory prismlauncher nixneovim impermanence;}; + extraSpecialArgs = {inherit pkgs system sysLib river_init_lesser yambar_cpu yambar_memory prismlauncher nixvim impermanence;}; }; } ]; -- cgit 1.4.1