add expressions and nixpkgs overlay
This commit is contained in:
parent
8287258ec0
commit
370aaa9c5a
4 changed files with 187 additions and 0 deletions
|
@ -163,6 +163,8 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [(import ../exprs/overlay.nix)];
|
||||
|
||||
programs = {
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue