feat: Disable ollama for shiro (mlx not working)
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -27,6 +27,9 @@ lib.optionalAttrs device.hasGui {
|
|||||||
# ./vial.nix
|
# ./vial.nix
|
||||||
# ./vlc.nix
|
# ./vlc.nix
|
||||||
# ./vscode.nix
|
# ./vscode.nix
|
||||||
|
# ./zen.nix
|
||||||
|
|
||||||
|
./moonlight.nix
|
||||||
# ./zed.nix
|
# ./zed.nix
|
||||||
|
|
||||||
./affine.nix
|
./affine.nix
|
||||||
|
|||||||
8
home/apps/moonlight.nix
Normal file
8
home/apps/moonlight.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
device,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
home.packages = lib.optionals (device.name == "ryu") [pkgs.moonlight-qt];
|
||||||
|
}
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
./ironbar
|
./ironbar
|
||||||
./kdeconnect.nix
|
./kdeconnect.nix
|
||||||
./remmina.nix
|
./remmina.nix
|
||||||
./ollama.nix
|
# ./ollama.nix
|
||||||
./swaync.nix
|
./swaync.nix
|
||||||
./swayosd.nix
|
./swayosd.nix
|
||||||
./xdg.nix
|
./xdg.nix
|
||||||
|
|||||||
@@ -4,8 +4,7 @@
|
|||||||
device,
|
device,
|
||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}: {
|
||||||
{
|
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = device.is "ryu";
|
enable = device.is "ryu";
|
||||||
config = {
|
config = {
|
||||||
@@ -14,6 +13,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
// lib.optionalAttrs (device.is "ryu") {
|
# // lib.optionalAttrs (device.is "ryu") {
|
||||||
environment.pathsToLink = ["/share/xdg-desktop-portal" "/share/applications"];
|
# environment.pathsToLink = ["/share/xdg-desktop-portal" "/share/applications"];
|
||||||
}
|
# }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user