nix/modules/home-manager/macos.nix
2024-02-09 10:31:21 -06:00

16 lines
242 B
Nix

{outputs, ...}: {
imports = with outputs.homeManagerModules; [
desktop
pass
];
# TODO: pinentry curses?
/*
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "gnome3";
enableSSHSupport = true;
};
*/
}