chore: remove unused rec

This commit is contained in:
Guz
2025-02-13 13:25:19 -03:00
parent 371419652c
commit dc728b3023

View File

@@ -50,7 +50,7 @@ in {
ouch ouch
]; ];
home.sessionVariables = rec { home.sessionVariables = {
# EDITOR = "nvim"; # Default editor, already defined by dot013-nvim # EDITOR = "nvim"; # Default editor, already defined by dot013-nvim
SHELL = lib.mkIf cfg.zsh.enable "${lib.getExe config.programs.zsh.package}"; SHELL = lib.mkIf cfg.zsh.enable "${lib.getExe config.programs.zsh.package}";
TERM = lib.mkIf cfg.ghostty.enable "xterm-ghostty"; TERM = lib.mkIf cfg.ghostty.enable "xterm-ghostty";