wip(doloro@hosts): added to do something with arrpc

This commit is contained in:
2025-10-25 21:33:04 +01:00
parent b9b69e87bf
commit b26c44849f
2 changed files with 29 additions and 5 deletions

View File

@@ -43,11 +43,16 @@
home.username = "doloro";
home.homeDirectory = "/home/doloro";
services.gpg-agent = {
enable = true;
pinentry = {
package = pkgs.pinentry-qt;
program = "pinentry-qt";
services = {
gpg-agent = {
enable = true;
pinentry = {
package = pkgs.pinentry-qt;
program = "pinentry-qt";
};
};
arrpc = {
enable = true;
};
};
xdg.mimeApps.enable = true;