pinwheel: set BROWSER and EDITOR in zsh

This commit is contained in:
Alexander Heldt
2023-08-09 11:49:31 +02:00
parent 12856e3795
commit ca20bc852b

View File

@@ -69,6 +69,11 @@
file = "p10k.zsh";
}
];
envExtra = lib.strings.concatStringsSep "\n" [
"EDITOR=vim"
"BROWSER=firefox"
];
};
programs.tmux = {