feat: Added lmstudio

This commit is contained in:
uttarayan21
2025-08-08 00:13:46 +05:30
parent bb7f0e193b
commit bf4bb794c5

View File

@@ -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
]; ];