oxidizing

This commit is contained in:
maxstrb 2026-03-14 21:45:57 +01:00
parent a46356a178
commit a9eadc52f3
35 changed files with 726 additions and 1223 deletions

View file

@ -0,0 +1,32 @@
{pkgs, ...}: {
home.packages = with pkgs; [
# Browser
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
# Communication
discord
wasistlos
thunderbird
# Programming
godot
arduino-ide
# Office
libreoffice
trilium-desktop
xournalpp
# Images
pixieditor
qimgv
# Wine
wineWow64Packages.staging
winetricks
# Video
obs-studio
kdePackages.kdenlive
];
}