aboutsummaryrefslogtreecommitdiffstats
path: root/flake
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-09 18:20:18 +0100
committerSoispha <soispha@vhack.eu>2023-12-09 18:20:18 +0100
commitb6302ae731f9d438f4e59f62d04903df79d4c942 (patch)
tree1b49245fe4e755d2fa4708de5e02b04ee1064605 /flake
parentbuild(treewide): Update (diff)
downloadnixos-config-b6302ae731f9d438f4e59f62d04903df79d4c942.zip
feat(treewide): Specify nvim plugins in my flake
Diffstat (limited to 'flake')
-rw-r--r--flake/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/flake/default.nix b/flake/default.nix
index 9ee92021..8a751e15 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -7,7 +7,6 @@
nixpkgs_as_input,
# modules
home-manager,
- nixNeovim,
nixVim,
nixos-generators,
impermanence,
@@ -17,7 +16,6 @@
disko,
lanzaboote,
# external dependencies
- neovim_config,
user_js,
templates,
# my binaries
@@ -53,11 +51,9 @@
# external deps
user_js
- neovim_config
# modules
impermanence
- nixNeovim
nixVim
;
};
@@ -138,6 +134,7 @@ in {
# update
generate_firefox_extensions.packages."${system}".default # needed for the firefox extension update script
+ update-vim-plugins
];
};
};