aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2023-04-06 11:30:25 +0200
committerAdrian Kummerlaender2023-04-06 11:30:25 +0200
commit22908007695dcfd41a98b0410ef858639e368720 (patch)
tree60e04c76f6a431ca53104591d99c5edcd2b71de0 /home.nix
parente57e3d7c9d26e70f1d6b1f02656b734eb5a2e858 (diff)
downloadnixos_home-22908007695dcfd41a98b0410ef858639e368720.tar
nixos_home-22908007695dcfd41a98b0410ef858639e368720.tar.gz
nixos_home-22908007695dcfd41a98b0410ef858639e368720.tar.bz2
nixos_home-22908007695dcfd41a98b0410ef858639e368720.tar.lz
nixos_home-22908007695dcfd41a98b0410ef858639e368720.tar.xz
nixos_home-22908007695dcfd41a98b0410ef858639e368720.tar.zst
nixos_home-22908007695dcfd41a98b0410ef858639e368720.zip
Fixes after clearer separation of userspace
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 0ccaa1b..c12321e 100644
--- a/home.nix
+++ b/home.nix
@@ -84,4 +84,6 @@
mimeApps.enable = true;
configFile."mimeapps.list".force = true;
};
+
+ home.sessionVariables.EDITOR = "vim";
}