Default to EDITOR=kak

This commit is contained in:
Natsu Kagami 2021-10-26 15:10:10 -04:00
parent ce855bb3ae
commit c0d6f12ae2
2 changed files with 8 additions and 2 deletions

View file

@ -53,6 +53,8 @@
home.sessionVariables = {
# Bat theme
BAT_THEME = "GitHub";
# Editor
EDITOR = "kak";
};
home.sessionPath = [

View file

@ -4,8 +4,7 @@
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages =
[ pkgs.vim
];
[ ];
# Use a custom configuration.nix location.
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix
@ -19,6 +18,11 @@
programs.zsh.enable = true; # default shell on catalina
# programs.fish.enable = true;
## Networking related settings
networking.hostName = "nki-macbook";
## Programs
# Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog
system.stateVersion = 4;