removes gpg
parent
0c1aab253d
commit
9dde3e8806
|
@ -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 New Issue