From 878b85308f44bb2f205e9b1804689bbec1be9cd9 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 24 Apr 2025 00:07:24 +0200 Subject: snapshot: Do 24. Apr 00:07:24 CEST 2025 --- srv/hadante/configuration.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix index 4f0e212..922b80e 100644 --- a/srv/hadante/configuration.nix +++ b/srv/hadante/configuration.nix @@ -150,12 +150,15 @@ in ]; xdg.portal = { + enable = true; + config.common.default = "*"; wlr = { enable = true; settings = { - chooser_type = "simple"; - chooser_cmd = "${pkgs.slurp}/bin/slurp -f %o -or"; - + screencast = { + chooser_type = "simple"; + chooser_cmd = "${pkgs.slurp}/bin/slurp -f %o -or"; + }; }; }; }; -- cgit