summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/sif/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix
index d82222d0..45f2a87c 100644
--- a/hosts/sif/default.nix
+++ b/hosts/sif/default.nix
@@ -587,6 +587,12 @@ in {
587 587
588 i18n.inputMethod.enabled = "ibus"; 588 i18n.inputMethod.enabled = "ibus";
589 589
590 xdg.portal = {
591 enable = true;
592 gtkUsePortal = true;
593 extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
594 };
595
590 system.stateVersion = "20.03"; 596 system.stateVersion = "20.03";
591 }; 597 };
592} 598}