Default to EDITOR=kak
This commit is contained in:
parent
ce855bb3ae
commit
c0d6f12ae2
|
@ -53,6 +53,8 @@
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
# Bat theme
|
# Bat theme
|
||||||
BAT_THEME = "GitHub";
|
BAT_THEME = "GitHub";
|
||||||
|
# Editor
|
||||||
|
EDITOR = "kak";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionPath = [
|
home.sessionPath = [
|
||||||
|
|
|
@ -4,8 +4,7 @@
|
||||||
# List packages installed in system profile. To search by name, run:
|
# List packages installed in system profile. To search by name, run:
|
||||||
# $ nix-env -qaP | grep wget
|
# $ nix-env -qaP | grep wget
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
[ pkgs.vim
|
[ ];
|
||||||
];
|
|
||||||
|
|
||||||
# Use a custom configuration.nix location.
|
# Use a custom configuration.nix location.
|
||||||
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix
|
# $ 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.zsh.enable = true; # default shell on catalina
|
||||||
# programs.fish.enable = true;
|
# programs.fish.enable = true;
|
||||||
|
|
||||||
|
## Networking related settings
|
||||||
|
networking.hostName = "nki-macbook";
|
||||||
|
|
||||||
|
## Programs
|
||||||
|
|
||||||
# Used for backwards compatibility, please read the changelog before changing.
|
# Used for backwards compatibility, please read the changelog before changing.
|
||||||
# $ darwin-rebuild changelog
|
# $ darwin-rebuild changelog
|
||||||
system.stateVersion = 4;
|
system.stateVersion = 4;
|
||||||
|
|
Loading…
Reference in a new issue