Sops-Nix
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, pkgs-unstable, ... }:
|
||||
{
|
||||
# there also is a system module
|
||||
home.packages = with pkgs; [
|
||||
gnupg
|
||||
gpg-tui
|
||||
];
|
||||
] ++ ( with pkgs-unstable; [
|
||||
pinentry-all
|
||||
]);
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user