building nix
This commit is contained in:
parent
0a7264eb38
commit
774cf0d991
4 changed files with 175 additions and 102 deletions
|
@ -49,12 +49,12 @@ in
|
|||
extraPortals = [ pkgs.xdg-desktop-portal-kde ];
|
||||
};
|
||||
|
||||
home.file.".config/xdg-desktop-portal/portals.conf" = {
|
||||
text = ''
|
||||
[preferred]
|
||||
org.freedesktop.impl.portal.FileChooser=kde
|
||||
'';
|
||||
};
|
||||
# home.file.".config/xdg-desktop-portal/portals.conf" = {
|
||||
# text = ''
|
||||
# [preferred]
|
||||
# org.freedesktop.impl.portal.FileChooser=kde
|
||||
# '';
|
||||
# };
|
||||
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
|
@ -62,7 +62,7 @@ in
|
|||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "qt";
|
||||
pinentryPackage = pkgs.pinentry-qt;
|
||||
# extraConfig = ''
|
||||
# pinentry-program ${pkgs.pinentry.qt}/bin/pinentry
|
||||
# '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue