vimwiki and better neovim plugins

This commit is contained in:
tristan 2024-01-07 20:36:33 +00:00
parent 52796f0967
commit 20808b19e1
4 changed files with 27 additions and 15 deletions

View file

@ -1,5 +1,4 @@
{pkgs, ...}: {
imports = [
./browser.nix
];
@ -66,5 +65,4 @@
];
programs.librewolf.enable = true;
}