Set GTK_USE_PORTAL to 1 globally
This commit is contained in:
parent
aecd467be2
commit
9dac359ae5
2 changed files with 5 additions and 1 deletions
|
|
@ -1 +1 @@
|
||||||
Added xdg-desktop-portal-kde
|
Set GTK_USE_PORTAL to 1 globally
|
||||||
|
|
|
||||||
|
|
@ -151,6 +151,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.sessionVariables = {
|
||||||
|
GTK_USE_PORTAL = 1;
|
||||||
|
};
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue