summaryrefslogtreecommitdiff
path: root/hosts/sif
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/sif')
-rw-r--r--hosts/sif/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix
index 6b710f2b..9f35c52a 100644
--- a/hosts/sif/default.nix
+++ b/hosts/sif/default.nix
@@ -729,6 +729,7 @@ in {
729 environment.sessionVariables."GTK_USE_PORTAL" = "1"; 729 environment.sessionVariables."GTK_USE_PORTAL" = "1";
730 xdg.portal = { 730 xdg.portal = {
731 enable = true; 731 enable = true;
732 extraPortals = with pkgs; [xdg-desktop-portal-gtk];
732 }; 733 };
733 734
734 environment.persistence."/.bcachefs" = { 735 environment.persistence."/.bcachefs" = {