diff options
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -51,6 +51,10 @@ in # system environment = { binsh = "${pkgs.dash}/bin/dash"; + variables = { + EDITOR = "nvim"; + VISUAL = "nvim"; + }; shellAliases = { ls = "ls --color=auto --group-directories-first"; grep = "grep --color=auto"; |