wip(doloro@hosts): added to do something with arrpc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user