From ea526e6f8889db4bab22abb044994a9d49cae64e Mon Sep 17 00:00:00 2001 From: tux Date: Mon, 7 Sep 2026 18:47:41 +0530 Subject: [PATCH] refactor(shell): configure clean vim shell alias --- modules/hm/shell/neovim.nix | 2 -- modules/hm/shell/zsh.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/hm/shell/neovim.nix b/modules/hm/shell/neovim.nix index e1d3fbb..48508bb 100644 --- a/modules/hm/shell/neovim.nix +++ b/modules/hm/shell/neovim.nix @@ -14,8 +14,6 @@ enable = true; defaultEditor = true; }; - - vim.enable = true; }; home = { diff --git a/modules/hm/shell/zsh.nix b/modules/hm/shell/zsh.nix index 4d18909..56172e9 100644 --- a/modules/hm/shell/zsh.nix +++ b/modules/hm/shell/zsh.nix @@ -24,6 +24,7 @@ PATH=$PATH:~/.cargo/bin:~/.local/bin alias stui='systemctl-tui' + alias vim='nvim --clean' ''; }; };