ctucx.git: nixfiles

ctucx' nixfiles

commit 42c38d2d23b97e11f978e3057b60d9e750b25cae
parent b6731e47018c74d09b30856c18d05f0aa78811a2
Author: Leah (ctucx) <leah@ctu.cx>
Date: Mon, 11 Oct 2021 11:54:47 +0200

xdg: enable xdg.portal to get screenshare working
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/configurations/xdg.nix b/configurations/xdg.nix
@@ -1,6 +1,15 @@
 { config, lib, pkgs, home-manager, ... }:
 
 {
+  xdg = {
+    portal = {
+      enable = true;
+      extraPortals = with pkgs; [
+        xdg-desktop-portal-wlr
+      ];
+    };
+  };
+
   home-manager.users.leah = {
     home = {
       activation."mimeapps-remove" = {