From e7bee1a15f25432e1a538ae1f67dd728e1638c29 Mon Sep 17 00:00:00 2001 From: Toast Date: Mon, 29 Jan 2024 10:41:45 +0100 Subject: [PATCH] Common: don't set micro as default editor --- roles/common/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/common/configuration.nix b/roles/common/configuration.nix index 3b30960..0e5699e 100755 --- a/roles/common/configuration.nix +++ b/roles/common/configuration.nix @@ -6,10 +6,6 @@ # As of the 1st of May 2023, the default packages are nano, perl, rsync and strace # I don't need any of them, so I just empty the list defaultPackages = []; - variables = { - # Environment variables go here - EDITOR = "micro"; - }; }; # Set up /tmp