From 879c4478705d9de7faeaa962bad1847aa660a4f1 Mon Sep 17 00:00:00 2001 From: Francis Begyn Date: Mon, 30 Sep 2024 22:05:08 +0200 Subject: [PATCH] (shell) move some variables around --- users/francis/variables.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/francis/variables.nix b/users/francis/variables.nix index 6603549e..d7597c1d 100644 --- a/users/francis/variables.nix +++ b/users/francis/variables.nix @@ -2,9 +2,9 @@ { environment.variables = { - PAGER = "less"; - BROWSER = "chromium-browser"; WINIT_X11_SCALE_FACTOR = "1.0"; + PAGER = "less"; + EDITOR = "nvim"; }; }