aboutsummaryrefslogtreecommitdiff
path: root/desktop/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/home.nix')
-rw-r--r--desktop/home.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/desktop/home.nix b/desktop/home.nix
index ed4d039..f649145 100644
--- a/desktop/home.nix
+++ b/desktop/home.nix
@@ -3,15 +3,6 @@ let
vars = import ./vars.nix;
in
{
- sops = {
- defaultSopsFile = ../secrets/secrets.yaml;
- defaultSopsFormat = "yaml";
- gnupg = {
- home = "${config.home.homeDirectory}/.gnupg";
- sshKeyPaths = [];
- };
- };
-
home = {
activation.startup-files = lib.hm.dag.entryAfter [ "installPackages" ] ''
if [ ! -d "${config.home.homeDirectory}/org/website/" ]; then