feat: Disable ollama for shiro (mlx not working)
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-03-11 13:08:17 +05:30
parent 96a92bd67f
commit 325705f4cb
4 changed files with 17 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
./ironbar
./kdeconnect.nix
./remmina.nix
./ollama.nix
# ./ollama.nix
./swaync.nix
./swayosd.nix
./xdg.nix

View File

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