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