mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 15:01:57 +00:00
Fixed portals
This commit is contained in:
@@ -131,11 +131,7 @@
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
extraPortals = [
|
||||
unstablePkgs.xdg-desktop-portal-hyprland
|
||||
unstablePkgs.xdg-desktop-portal-gtk
|
||||
unstablePkgs.xdg-desktop-portal-xapp
|
||||
];
|
||||
extraPortals = [unstablePkgs.xdg-desktop-portal-xapp];
|
||||
};
|
||||
|
||||
system = {
|
||||
|
||||
Reference in New Issue
Block a user