fix: correctly configure xdg-desktop-portal-gtk
This commit is contained in:
parent
55c076d7fe
commit
e01ac39515
1 changed files with 5 additions and 1 deletions
|
@ -22,7 +22,6 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# here is some command line tools I use frequently
|
# here is some command line tools I use frequently
|
||||||
# feel free to add your own or remove some of them
|
# feel free to add your own or remove some of them
|
||||||
xdg-desktop-portal-gtk
|
|
||||||
pavucontrol
|
pavucontrol
|
||||||
ryujinx
|
ryujinx
|
||||||
unzip
|
unzip
|
||||||
|
@ -182,6 +181,11 @@
|
||||||
brightnessctl
|
brightnessctl
|
||||||
];
|
];
|
||||||
|
|
||||||
|
xdg.portal = {
|
||||||
|
enable = true;
|
||||||
|
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
|
||||||
|
};
|
||||||
|
|
||||||
programs.rofi = {
|
programs.rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cycle = true;
|
cycle = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue