feat: disable smb and enable llama
This commit is contained in:
@@ -36,5 +36,6 @@ lib.optionalAttrs device.hasGui {
|
||||
./zathura.nix
|
||||
./zed.nix
|
||||
./zen.nix
|
||||
./lmstudio.nix
|
||||
];
|
||||
}
|
||||
|
||||
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