task | add support for lmstudio as an optional build item
This commit is contained in:
parent
bc30c3ad1d
commit
9ae83b136b
3 changed files with 4 additions and 11 deletions
|
|
@ -48,6 +48,7 @@ in {
|
|||
./detect-reboot-needed.nix
|
||||
./kmscon.nix
|
||||
./ollama.nix
|
||||
./lmstudio.nix
|
||||
./systemd.nix
|
||||
../systemd-primary.nix
|
||||
./auto-cpufreq.nix
|
||||
|
|
@ -263,6 +264,7 @@ in {
|
|||
};
|
||||
|
||||
hardware = {
|
||||
graphics = {enable = true; };
|
||||
bluetooth = {enable = true;};
|
||||
sane = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue