This commit is contained in:
TheK0tYaRa 2026-02-17 14:34:08 +02:00
parent 4223c18b84
commit 7fef92886f

View file

@ -55,38 +55,37 @@
shell = {
enableFishIntegration = true;
};
packages =
(with pkgs; [
vlc
jq
xfce4-taskmanager
gparted
tor-browser
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
### gaming
winetricks
wineWow64Packages.full
heroic
vintagestory
prismlauncher
### gaming
winetricks
wine
heroic
vintagestory
prismlauncher
# kdePackages.kdenlive
python313
])
++ (with pkgs.python313Packages; [
huggingface-hub
haystack-ai
# llama-cpp-agent # broken
raganything
])
# kdePackages.kdenlive
(python313.withPackages (
py: with py; [
huggingface-hub
haystack-ai
# raganything
]
))
]
# anything-llm
# ]
;
@ -98,6 +97,10 @@
};
};
xdg = {
configFile."xfce4/helpers.rc".text = ''
TerminalEmulator=ghostty
'';
mimeApps = {
enable = true;
defaultApplications = {
@ -112,6 +115,8 @@
"image/jpeg" = "swayimg.desktop";
"image/png" = "swayimg.desktop";
"image/webp" = "swayimg.desktop";
"application/zip" = "xarchiver.desktop";
};
};
configFile."obsidian/.keep".text = "";