Manage firefox config in nix

This commit is contained in:
Dave Gallant
2023-03-28 20:31:01 -04:00
parent 2480ef675d
commit 6df0b25b9b
3 changed files with 25 additions and 9 deletions

View File

@@ -53,6 +53,8 @@
virtualisation.podman.enable = true;
programs.zsh.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;