Commit for generation 85
This commit is contained in:
@@ -3,12 +3,12 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = /nixbin/nvim;
|
EDITOR = "nixbin/nvim";
|
||||||
SUDO_EDITOR = /nixbin/nvim;
|
SUDO_EDITOR = "/nixbin/nvim";
|
||||||
VISUAL = /nixbin/nvim;
|
VISUAL = "/nixbin/nvim";
|
||||||
LANG = "en_US.UTF-8";
|
LANG = "en_US.UTF-8";
|
||||||
BROWSER = /nixbin/firefox;
|
BROWSER = "/nixbin/firefox";
|
||||||
STARSHIP_CONFIG = /home/pagedmov/.config/starship/starship.toml;
|
STARSHIP_CONFIG = "/home/pagedmov/.config/starship/starship.toml";
|
||||||
FZF_DEFAULT_COMMAND = "find $HOME \( -path \"$HOME/.steam\" -o -path \"$HOME/.mozilla\" -o -path \"$HOME/go\" \) -prune -o -type f -print";
|
FZF_DEFAULT_COMMAND = "find $HOME \( -path \"$HOME/.steam\" -o -path \"$HOME/.mozilla\" -o -path \"$HOME/go\" \) -prune -o -type f -print";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user