mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 01:24:05 -05:00
add lmstudio
This commit is contained in:
parent
170d1447df
commit
a0877b3d81
2 changed files with 11 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{lib, ...}: {
|
||||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
common/core
|
||||
common/optional/desktops/sway
|
||||
|
|
@ -8,6 +9,7 @@
|
|||
common/optional/gaming
|
||||
common/optional/misc/gromit-mpx.nix
|
||||
common/optional/misc/art.nix
|
||||
common/optional/misc/ai.nix
|
||||
];
|
||||
|
||||
monitors = [
|
||||
|
|
|
|||
8
home/crow/common/optional/misc/ai.nix
Normal file
8
home/crow/common/optional/misc/ai.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs.unstable)
|
||||
lmstudio
|
||||
;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue