feat: Added lmstudio
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
lib.optionalAttrs device.hasGui {
|
lib.mkIf (device.is "ryu") {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
lmstudio
|
lmstudio
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user