aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--srv/hadante/configuration.nix9
1 files 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";
+ };
};
};
};