aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-07-11 09:53:50 +0200
committerKarel Kočí <cynerd@email.cz>2022-07-11 09:53:50 +0200
commitf5621e376260314727ac4e85b26e8cdd5fd1485a (patch)
tree3c6d1ea6f14fd3f3d61b02d37dcd65665d55aca4 /nixos
parent3c3683c684814300fcda79ac00fdd92293dd7ca8 (diff)
downloadnixos-personal-f5621e376260314727ac4e85b26e8cdd5fd1485a.tar.gz
nixos-personal-f5621e376260314727ac4e85b26e8cdd5fd1485a.tar.bz2
nixos-personal-f5621e376260314727ac4e85b26e8cdd5fd1485a.zip
Flake inputs update
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/desktop.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix
index 3116ba4..f59ea09 100644
--- a/nixos/modules/desktop.nix
+++ b/nixos/modules/desktop.nix
@@ -115,7 +115,6 @@ in {
programs.shellrc.desktop = true;
xdg.portal.enable = true;
xdg.portal.wlr.enable = true;
- xdg.portal.gtkUsePortal = true;
xdg.portal.extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
xdg.mime.defaultApplications = {
"text/html" = [ "firefox.desktop" ];