removes gpg
This commit is contained in:
parent
0c1aab253d
commit
9dde3e8806
2 changed files with 1 additions and 6 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.moritz.programs.gpg = { enable = true; };
|
||||
}
|
Loading…
Reference in a new issue