diff --git a/hosts/neodymium/home/packages.nix b/hosts/neodymium/home/packages.nix index 535e7fd..5cacc1d 100644 --- a/hosts/neodymium/home/packages.nix +++ b/hosts/neodymium/home/packages.nix @@ -24,7 +24,7 @@ keepassxc # password manager logseq # second brain journalling mpv # video viewer - neovim # text editor + micro # text editor nil # nix language server nixfmt # nix formatter pamixer # volume mixer cli diff --git a/hosts/neodymium/home/shell/default.nix b/hosts/neodymium/home/shell/default.nix index a12e431..b0f7441 100644 --- a/hosts/neodymium/home/shell/default.nix +++ b/hosts/neodymium/home/shell/default.nix @@ -55,9 +55,9 @@ in { enableSyntaxHighlighting = true; enableCompletion = true; sessionVariables = { - MANPAGER = "nvim +Man!"; - VISUAL = "nvim"; - EDITOR = "nvim"; + MANPAGER = "micro"; + VISUAL = "micro"; + EDITOR = "micro"; WORDCHARS = "*?_-.[]~=&;!#$%^(){}<>"; }; history = {