EDITOR for home manager stuff
This commit is contained in:
parent
6c32cf3b5e
commit
1ba3c9475c
1 changed files with 7 additions and 0 deletions
|
@ -29,6 +29,13 @@
|
|||
homeDirectory = lib.mkDefault "/home/daniel/.home";
|
||||
stateVersion = lib.mkDefault "23.11";
|
||||
|
||||
sessionVariables = {
|
||||
EDITOR = "hx";
|
||||
VISUAL = "hx";
|
||||
PAGER = "less";
|
||||
MANPAGER = "less";
|
||||
};
|
||||
|
||||
packages = [
|
||||
# I use gawk for my fish prompt
|
||||
pkgs.gawk
|
||||
|
|
Loading…
Reference in a new issue