aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--srv/hadante/configuration.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix
index 3bb2c67..974c8bd 100644
--- a/srv/hadante/configuration.nix
+++ b/srv/hadante/configuration.nix
@@ -151,7 +151,14 @@ in
xdg.portal = {
enable = true;
- wlr = true;
+ wlr = {
+ enable = true;
+ settings = {
+ chooser_type = "simple";
+ chooser_cmd = "${pkgs.slurp}/bin/slurp -f %o -or";
+
+ };
+ };
};
home-manager.users.${config.user} = {