feat(desktop): enable and setup xdg portals

This commit is contained in:
CronyAkatsuki 2025-06-07 07:04:59 +02:00
parent 096af9fee0
commit 5d041294a4

View file

@ -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