adds gpg
This commit is contained in:
parent
d0db29693c
commit
b6cea2ce2a
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./git.nix ./nix.nix ./zsh.nix ./direnv.nix ./adb.nix ];
|
||||
imports = [ ./adb.nix ./direnv.nix ./git.nix ./gpg.nix ./nix.nix ./zsh.nix ];
|
||||
}
|
||||
|
|
5
modules/cli/gpg.nix
Normal file
5
modules/cli/gpg.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.moritz.programs.gpg = { enable = true; };
|
||||
}
|
Loading…
Reference in a new issue