From 5d041294a49935831ad7e46743b72669d9875883 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 7 Jun 2025 07:04:59 +0200 Subject: [PATCH] feat(desktop): enable and setup xdg portals --- hosts/ymir/configuration.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index 738cfac..2e33630 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -140,6 +140,19 @@ crony.ryzenadj.enable = true; crony.auto-cpufreq.enable = true; + xdg.portal = { + enable = true; + wlr = { + enable = true; + settings = { + screencast = { + chooser_type = "simple"; + chooser_cmd = "${pkgs.slurp}/bin/slurp -f %o -ro"; + }; + }; + }; + }; + # List packages installed in system profile environment.systemPackages = with pkgs; [ neovim