From 390aedbfc33f029d0c56b7c4295b78ad200ed6cf Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Wed, 25 Sep 2024 16:14:27 -0400 Subject: [PATCH] Commit for generation 85 --- glasshouse-desktop/modules/zshell.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/glasshouse-desktop/modules/zshell.nix b/glasshouse-desktop/modules/zshell.nix index f95df50..6415560 100644 --- a/glasshouse-desktop/modules/zshell.nix +++ b/glasshouse-desktop/modules/zshell.nix @@ -3,12 +3,12 @@ enable = true; sessionVariables = { - EDITOR = /nixbin/nvim; - SUDO_EDITOR = /nixbin/nvim; - VISUAL = /nixbin/nvim; + EDITOR = "nixbin/nvim"; + SUDO_EDITOR = "/nixbin/nvim"; + VISUAL = "/nixbin/nvim"; LANG = "en_US.UTF-8"; - BROWSER = /nixbin/firefox; - STARSHIP_CONFIG = /home/pagedmov/.config/starship/starship.toml; + BROWSER = "/nixbin/firefox"; + 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"; };