chore: Remove iamb doesn't build on darwin
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m29s

This commit is contained in:
2026-03-09 17:11:07 +05:30
parent d4d9e715ff
commit 04a9d2ce76
3 changed files with 13 additions and 10 deletions

View File

@@ -4,8 +4,8 @@
device,
inputs,
...
}: {
environment.pathsToLink = ["/share/xdg-desktop-portal" "/share/applications"];
}:
{
xdg.portal = {
enable = device.is "ryu";
config = {
@@ -14,3 +14,6 @@
};
};
}
// lib.optionalAttrs (device.is "ryu") {
environment.pathsToLink = ["/share/xdg-desktop-portal" "/share/applications"];
}