aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/programs/neomutt/neomutt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/tests/modules/programs/neomutt/neomutt.nix')
-rw-r--r--home-manager/tests/modules/programs/neomutt/neomutt.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/home-manager/tests/modules/programs/neomutt/neomutt.nix b/home-manager/tests/modules/programs/neomutt/neomutt.nix
index 91cb9dca249..c0caa44af4a 100644
--- a/home-manager/tests/modules/programs/neomutt/neomutt.nix
+++ b/home-manager/tests/modules/programs/neomutt/neomutt.nix
@@ -6,11 +6,6 @@ with lib;
imports = [ ../../accounts/email-test-accounts.nix ];
config = {
- home.username = "hm-user";
- home.homeDirectory = "/home/hm-user";
- xdg.configHome = mkForce "/home/hm-user/.config";
- xdg.cacheHome = mkForce "/home/hm-user/.cache";
-
accounts.email.accounts = {
"hm@example.com" = {
primary = true;