mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 17:57:50 +00:00
[Desktop] Add xdg gtk portal
Signed-off-by: Antoine Viallon <antoine@lesviallon.fr>
This commit is contained in:
parent
bcc4a47832
commit
67a7159f86
1 changed files with 10 additions and 0 deletions
10
desktop.nix
10
desktop.nix
|
|
@ -179,6 +179,16 @@ in {
|
||||||
# For 32 bit applications
|
# For 32 bit applications
|
||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
|
||||||
|
xdg = {
|
||||||
|
portal = {
|
||||||
|
enable = true;
|
||||||
|
gtkUsePortal = mkDefault true;
|
||||||
|
extraPortals = with pkgs; [
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# programs.gnupg.agent.pinentryFlavor = "qt";
|
# programs.gnupg.agent.pinentryFlavor = "qt";
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; with libsForQt5; [
|
environment.systemPackages = with pkgs; with libsForQt5; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue