diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 216b428..d8fd082 100755 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -183,7 +183,7 @@ kdePackages.dolphin gnome-font-viewer wget - tree # shows dir in tree + #tree # shows dir in tree # we use eza now zsh # better bash brightnessctl # control brightness pulseaudio # sound server @@ -274,6 +274,7 @@ pkgs-unstable.nixpkgs-review pkgs-unstable.nixfmt-tree pkgs-unstable.treefmt + helix ]; # fonts diff --git a/modules/home-manager/neovim.nix b/modules/home-manager/neovim.nix index 154ae45..5314706 100644 --- a/modules/home-manager/neovim.nix +++ b/modules/home-manager/neovim.nix @@ -7,7 +7,7 @@ programs.neovim = { enable = true; vimAlias = false; - viAlias = true; + viAlias = false; package = pkgs-unstable.neovim-unwrapped; # required for unwrapped version plugins = [ pkgs-unstable.vimPlugins.vivify-vim