about summary refs log tree commit diff stats
path: root/nix-conf/machines/egalmoth
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-16 20:42:41 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-16 20:42:41 +0000
commit6ec3cea36d9950bb74ae1a2951d47dd26f5488de (patch)
treeb4fc67cac4f9ff3a42a914b31b1a7d049a9c432b /nix-conf/machines/egalmoth
parentdc132ac1acd4d8b65b6240ec9c181d70066205ae (diff)
downloaddotfiles-6ec3cea36d9950bb74ae1a2951d47dd26f5488de.tar.gz
Use programs.vim.defaultEditor everywhere
Diffstat (limited to 'nix-conf/machines/egalmoth')
-rw-r--r--nix-conf/machines/egalmoth/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix-conf/machines/egalmoth/configuration.nix b/nix-conf/machines/egalmoth/configuration.nix
index d9e239f..2988e7d 100644
--- a/nix-conf/machines/egalmoth/configuration.nix
+++ b/nix-conf/machines/egalmoth/configuration.nix
@@ -181,6 +181,8 @@ in
     enableSSHSupport = true;
   };
 
+  programs.vim.defaultEditor = true;
+
   services.openssh.enable = true;
 
   system.stateVersion = "21.05"; # Did you read the comment?