feat: disable smb and enable llama
This commit is contained in:
11
home/apps/lmstudio.nix
Normal file
11
home/apps/lmstudio.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
lib,
|
||||
device,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
lib.optionalAttrs device.hasGui {
|
||||
home.packages = with pkgs; [
|
||||
lmstudio
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user