about summary refs log tree commit diff
path: root/home/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-07 09:15:36 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-07 09:15:36 -0700
commit47043d7d7d599989beb777592e552641ee493a60 (patch)
treedfe20624e1efcba50e5cb85f9dfb74ac57816c16 /home/default.nix
parentprofiles/workstation: move element (matrix client) (diff)
downloadworld-47043d7d7d599989beb777592e552641ee493a60.tar.gz
home: get rid of mail / gpg modules
I don't use GPG anymore and I don't read mail in Emacs anymore.
Diffstat (limited to '')
-rw-r--r--home/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/home/default.nix b/home/default.nix
deleted file mode 100644
index 779af4e..0000000
--- a/home/default.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ ... }:
-
-{
-  imports = [
-    ./gpg
-    ./mail
-  ];
-}