chore: Remove iamb doesn't build on darwin
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m29s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m29s
This commit is contained in:
@@ -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"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user