diff options
| author | Mel <einebeere@gmail.com> | 2024-10-29 04:25:31 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-10-29 04:25:31 +0100 |
| commit | afbbfeaa7d9d36b2ebe4a428ef8490d54e4b67da (patch) | |
| tree | 2493bd222f778d48014e9628a185a268fd0fdbda /modules/common.nix | |
| parent | b0bc9f5b5dbf68eb89bfaa01f39c2f3a0cc63a79 (diff) | |
| download | minerals-afbbfeaa7d9d36b2ebe4a428ef8490d54e4b67da.tar.zst minerals-afbbfeaa7d9d36b2ebe4a428ef8490d54e4b67da.zip | |
Configure vim plugins and add tools
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/modules/common.nix b/modules/common.nix index 8c8e71b..3b3b6ec 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -5,6 +5,7 @@ ./nix.nix ./user.nix ./locale.nix + ./vim.nix ./gnome.nix ./fonts.nix ./flatpak.nix @@ -42,12 +43,6 @@ remotePlay.openFirewall = true; }; virt-manager.enable = true; - vim = { - defaultEditor = true; - package = pkgs.vim_configurable.customize { - vimrcFile = ../configs/.vimrc; - }; - }; fish.enable = true; git.enable = true; tmux.enable = true; @@ -77,10 +72,10 @@ xorg.xeyes wl-clipboard - ripgrep gnumake gdb gcc clang + ripgrep fzf gnumake gdb gcc clang clang-tools go gopls delve go-task meson cmake - nil direnv + nil nixfmt-rfc-style direnv helix wineWowPackages.stagingFull winetricks bottles |
