fixup
This commit is contained in:
parent
5ff377fc3f
commit
5c81fe9469
2 changed files with 34 additions and 28 deletions
|
|
@ -12,7 +12,7 @@ let
|
|||
pyExts =
|
||||
if categoryFolders ? pythonPackages && builtins.pathExists categoryFolders.pythonPackages then
|
||||
[
|
||||
(pyFinal: _pyPrev: packagesFromTree categoryFolders.python3Packages pyFinal.callPackage)
|
||||
(pyFinal: _pyPrev: packagesFromTree categoryFolders.pythonPackages pyFinal.callPackage)
|
||||
]
|
||||
else
|
||||
[ ];
|
||||
|
|
|
|||
60
home.nix
60
home.nix
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue