aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/shell.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-04-29 10:22:16 -0700
committerFranck Cuny <franck@fcuny.net>2025-04-29 10:22:16 -0700
commit3dd2a09087192f6c721bb851276a0019c839eded (patch)
treebbe1d873f42a42a2c2eb668c46f64c3446b059e8 /nix/users/fcuny/shell.nix
parentuse some binary caches (diff)
downloadinfra-3dd2a09087192f6c721bb851276a0019c839eded.tar.gz
initial import of emacs config
Diffstat (limited to 'nix/users/fcuny/shell.nix')
-rw-r--r--nix/users/fcuny/shell.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix
index 57017e9..efcbae5 100644
--- a/nix/users/fcuny/shell.nix
+++ b/nix/users/fcuny/shell.nix
@@ -149,11 +149,9 @@ in
};
home.sessionVariables = {
- EDITOR = "code --wait";
LESS = "-FRSXM";
LESSCHARSET = "utf-8";
PAGER = "less";
SHELL = "${pkgs.fish}/bin/fish";
- VISUAL = "code --wait";
};
}