diff options
| author | Mel <einebeere@gmail.com> | 2024-11-16 04:22:20 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-11-16 04:22:20 +0100 |
| commit | 7e6bf85c03fa009a3677e008c0f2a563a28f7983 (patch) | |
| tree | 75e9de4308547985feec107c591374edde0b0867 /modules/common.nix | |
| parent | b620dbdf8747e888c86e25237fbd736e7f443069 (diff) | |
| download | network-7e6bf85c03fa009a3677e008c0f2a563a28f7983.tar.zst network-7e6bf85c03fa009a3677e008c0f2a563a28f7983.zip | |
Bring in advanced Vim configuration from desktop
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/common.nix b/modules/common.nix index e7e101b..937c7ef 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -6,6 +6,7 @@ ./user.nix ./locale.nix ./nix-ld.nix + ./vim.nix ]; boot.kernelPackages = pkgs.linuxPackages_latest; @@ -62,12 +63,6 @@ }; programs = { - vim = { - defaultEditor = true; - package = pkgs.vim_configurable.customize { - vimrcFile = ../configs/.vimrc; - }; - }; fish.enable = true; git.enable = true; tmux.enable = true; |
