feat(desktop): enable and setup xdg portals
This commit is contained in:
parent
096af9fee0
commit
5d041294a4
1 changed files with 13 additions and 0 deletions
|
@ -140,6 +140,19 @@
|
||||||
crony.ryzenadj.enable = true;
|
crony.ryzenadj.enable = true;
|
||||||
crony.auto-cpufreq.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
|
# List packages installed in system profile
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
neovim
|
neovim
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue