Compare commits

..

No commits in common. "535166635358a3ea8fdd9c6597f2db765a9af6f2" and "1a54383f747b6a91adfd43aed1b56e1a8b7d0adf" have entirely different histories.

View File

@ -29,14 +29,11 @@ in
# Enable completions by nix
programs.fish.enable = true;
# set neovim as default
programs.neovim.defaultEditor = true;
environment = {
shells = [ pkgs.fish ];
variables = {
EDITOR = "nvim";
VISUAL = "nvim";
EDITOR = "/run/current-system/sw/bin/nvim";
VISUAL = "/run/current-system/sw/bin/nvim";
};
# remove nano from default packages
defaultPackages = [ pkgs.perl pkgs.rsync pkgs.strace ];