This commit is contained in:
TheK0tYaRa 2026-02-15 15:41:12 +02:00
parent 5ff377fc3f
commit 5c81fe9469
2 changed files with 34 additions and 28 deletions

View file

@ -55,37 +55,43 @@
shell = {
enableFishIntegration = true;
};
packages = with pkgs; [
vlc
prismlauncher
jq
xfce4-taskmanager
gparted
python312Packages.huggingface-hub
tor-browser
winetricks
wineWow64Packages.full
iperf
sshuttle
packages =
(with pkgs; [
vlc
jq
xfce4-taskmanager
gparted
tor-browser
iperf
sshuttle
lmstudio
lmstudio
dig
libnotify
arch-install-scripts
dig
libnotify
arch-install-scripts
heroic
vintagestory
### gaming
winetricks
wineWow64Packages.full
heroic
vintagestory
prismlauncher
# kdePackages.kdenlive
python312
python313Packages.haystack-ai # TODO
# anything-llm
### NEVER USE THIS GARBAGE
# flowblade pitivi koboldcpp
];
# kdePackages.kdenlive
python313
])
++ (with pkgs.python313Packages; [
huggingface-hub
haystack-ai
# llama-cpp-agent # broken
raganything
])
# anything-llm
# ]
;
### NEVER USE THIS GARBAGE
# flowblade pitivi koboldcpp
sessionVariables = {
DESKTOP = ":0";
OLLAMA_HOST = "10.20.0.201:11434";