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 =
|
pyExts =
|
||||||
if categoryFolders ? pythonPackages && builtins.pathExists categoryFolders.pythonPackages then
|
if categoryFolders ? pythonPackages && builtins.pathExists categoryFolders.pythonPackages then
|
||||||
[
|
[
|
||||||
(pyFinal: _pyPrev: packagesFromTree categoryFolders.python3Packages pyFinal.callPackage)
|
(pyFinal: _pyPrev: packagesFromTree categoryFolders.pythonPackages pyFinal.callPackage)
|
||||||
]
|
]
|
||||||
else
|
else
|
||||||
[ ];
|
[ ];
|
||||||
|
|
|
||||||
60
home.nix
60
home.nix
|
|
@ -55,37 +55,43 @@
|
||||||
shell = {
|
shell = {
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
};
|
};
|
||||||
packages = with pkgs; [
|
packages =
|
||||||
vlc
|
(with pkgs; [
|
||||||
prismlauncher
|
vlc
|
||||||
jq
|
jq
|
||||||
xfce4-taskmanager
|
xfce4-taskmanager
|
||||||
gparted
|
gparted
|
||||||
python312Packages.huggingface-hub
|
tor-browser
|
||||||
tor-browser
|
iperf
|
||||||
winetricks
|
sshuttle
|
||||||
wineWow64Packages.full
|
|
||||||
iperf
|
|
||||||
sshuttle
|
|
||||||
|
|
||||||
lmstudio
|
lmstudio
|
||||||
|
|
||||||
dig
|
dig
|
||||||
libnotify
|
libnotify
|
||||||
arch-install-scripts
|
arch-install-scripts
|
||||||
|
|
||||||
heroic
|
### gaming
|
||||||
vintagestory
|
winetricks
|
||||||
|
wineWow64Packages.full
|
||||||
|
heroic
|
||||||
|
vintagestory
|
||||||
|
prismlauncher
|
||||||
|
|
||||||
# kdePackages.kdenlive
|
# kdePackages.kdenlive
|
||||||
python312
|
python313
|
||||||
|
])
|
||||||
python313Packages.haystack-ai # TODO
|
++ (with pkgs.python313Packages; [
|
||||||
# anything-llm
|
huggingface-hub
|
||||||
|
haystack-ai
|
||||||
### NEVER USE THIS GARBAGE
|
# llama-cpp-agent # broken
|
||||||
# flowblade pitivi koboldcpp
|
raganything
|
||||||
];
|
])
|
||||||
|
# anything-llm
|
||||||
|
# ]
|
||||||
|
;
|
||||||
|
### NEVER USE THIS GARBAGE
|
||||||
|
# flowblade pitivi koboldcpp
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
DESKTOP = ":0";
|
DESKTOP = ":0";
|
||||||
OLLAMA_HOST = "10.20.0.201:11434";
|
OLLAMA_HOST = "10.20.0.201:11434";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue