feat: disable smb and enable llama

This commit is contained in:
uttarayan21
2025-08-06 12:27:15 +05:30
parent bc8ff7ba0c
commit 4be00f3108
9 changed files with 109 additions and 35 deletions

11
home/apps/lmstudio.nix Normal file
View File

@@ -0,0 +1,11 @@
{
lib,
device,
pkgs,
...
}:
lib.optionalAttrs device.hasGui {
home.packages = with pkgs; [
lmstudio
];
}