pinwheel: set BROWSER and EDITOR in zsh
This commit is contained in:
@@ -69,6 +69,11 @@
|
||||
file = "p10k.zsh";
|
||||
}
|
||||
];
|
||||
|
||||
envExtra = lib.strings.concatStringsSep "\n" [
|
||||
"EDITOR=vim"
|
||||
"BROWSER=firefox"
|
||||
];
|
||||
};
|
||||
|
||||
programs.tmux = {
|
||||
|
||||
Reference in New Issue
Block a user