removes gpg

dev-docs
Moritz Böhme 2021-11-29 11:53:07 +01:00
parent 0c1aab253d
commit 9dde3e8806
2 changed files with 1 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
{
imports = [ ./adb.nix ./direnv.nix ./git.nix ./gpg.nix ./nix.nix ./zsh.nix ];
imports = [ ./adb.nix ./direnv.nix ./git.nix ./nix.nix ./zsh.nix ];
home-manager.users.moritz.home.packages = with pkgs; [ p7zip ];
}

View File

@ -1,5 +0,0 @@
{ config, lib, pkgs, ... }:
{
home-manager.users.moritz.programs.gpg = { enable = true; };
}