Switch to Helix
This commit is contained in:
parent
95d2fadb0b
commit
aace04e8b2
|
@ -3,7 +3,7 @@
|
|||
home.sessionVariables = {
|
||||
NNN_FIFO = "/tmp/nnn.fifo";
|
||||
LANG = "en_US.UTF-8";
|
||||
EDITOR = "nvim";
|
||||
EDITOR = "hx";
|
||||
RCLONE_CONFIG = "${programs/rclone.conf}";
|
||||
LEDGER_FILE = "/home/ember/Sync/Budget.journal";
|
||||
};
|
||||
|
@ -69,7 +69,7 @@
|
|||
init.defaultbranch = "main";
|
||||
diff.algorithm = "patience";
|
||||
core.compression = 9;
|
||||
core.editor = "nvim";
|
||||
core.editor = "hx";
|
||||
pull.rebase = false;
|
||||
};
|
||||
};
|
||||
|
@ -103,6 +103,7 @@
|
|||
];
|
||||
};
|
||||
programs.neovim = import programs/neovim.nix {inherit pkgs lib;};
|
||||
programs.helix = import programs/helix.nix;
|
||||
programs.gpg.enable = true;
|
||||
programs.jq.enable = true;
|
||||
programs.tmux = {
|
||||
|
|
|
@ -19,7 +19,7 @@ pkgs: {
|
|||
repaint_delay = 17;
|
||||
input_delay = 17;
|
||||
shell = "fish";
|
||||
editor = "nvim";
|
||||
editor = "hx";
|
||||
|
||||
foreground = "#ffffff";
|
||||
background = "#201B27";
|
||||
|
|
Loading…
Reference in a new issue