enable iwd

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-01-27 07:02:30 +05:30
parent a4173c855e
commit c87410b1aa
7 changed files with 67 additions and 29 deletions

View File

@@ -3,6 +3,8 @@
{
xdg.portal = {
enable = true;
extraPortals = [ inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland ];
extraPortals = [
inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
];
};
}