diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-07 09:15:36 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-07 09:15:36 -0700 |
commit | 47043d7d7d599989beb777592e552641ee493a60 (patch) | |
tree | dfe20624e1efcba50e5cb85f9dfb74ac57816c16 /nix | |
parent | profiles/workstation: move element (matrix client) (diff) | |
download | world-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 'nix')
-rw-r--r-- | nix/mkHomeManagerConfiguration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/mkHomeManagerConfiguration.nix b/nix/mkHomeManagerConfiguration.nix index fc98c7c..38bc19f 100644 --- a/nix/mkHomeManagerConfiguration.nix +++ b/nix/mkHomeManagerConfiguration.nix @@ -10,7 +10,6 @@ let in inputs.home-manager.lib.homeManagerConfiguration { modules = [ - "${self}/home" "${self}/hosts/${hostname}/home.nix" { home = { |