nix fmt
This commit is contained in:
parent
5e877bd3d0
commit
ee2baa3f19
5 changed files with 31 additions and 18 deletions
|
@ -337,7 +337,10 @@
|
|||
enable = true;
|
||||
wlr.enable = true;
|
||||
xdgOpenUsePortal = true;
|
||||
extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-gnome ];
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-gnome
|
||||
];
|
||||
};
|
||||
|
||||
programs.obs-studio = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue