diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/base/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 7b62442..4f26819 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -17,7 +17,6 @@ in "The base profile, should be always enabled"; config = lib.mkIf cfg.enable { - home.sessionVariables = rec { EDITOR = "nvim"; VISUAL = "nvim"; |