moved nixvim to home-manager config, re-added firefox plugins

This commit is contained in:
pagedmov
2024-11-07 00:48:51 -05:00
parent f9fe7155de
commit 0bb0b6ce81
21 changed files with 18 additions and 17 deletions

View File

@@ -0,0 +1,18 @@
{ host, self, ... }:
{
imports = [
./alpha.nix
./haskell.nix
./vim-matchup.nix
# ./coq.nix
./barbar.nix
./cmp.nix
./lsp.nix
./lualine.nix
./plugins.nix
./nvim-tree.nix
./telescope.nix
./extra_plugins.nix
];
}