diff --git a/home-manager/stvnliu/shells/env/default.nix b/home-manager/stvnliu/shells/env/default.nix new file mode 100644 index 0000000..9f2ab73 --- /dev/null +++ b/home-manager/stvnliu/shells/env/default.nix @@ -0,0 +1,7 @@ +{ + pkgs, + config, + ... +}: { + EDITOR = "nvim"; +}