Files
nix-dotfiles-v2/modules/desktopApplications.nix
Adrian G L 8173b617e7 refactor: unify python packages across jupyter, devel and home configs
- Create modules/python-packages.nix as single source of truth for 51 packages
- Update develPackages.nix to use shared package list with jupyter included
- Update jupyterhub.nix kernel to use shared package list
- Update home/python.nix to use shared package list
- Disable kicad/easyeda2kicad (transient GitLab download corruption)
2026-03-23 14:41:09 +01:00

88 lines
1.2 KiB
Nix

{
config,
pkgs,
lib,
inputs,
...
}:
{
environment.systemPackages = with pkgs; [
element-desktop
discord
firefox
nautilus
obs-studio
gimp
feh
gparted
libreoffice-fresh
kdePackages.okular
#zed-editor-fhs
inkscape
krita
sweethome3d.application
audacity
bitwarden-desktop
openvpn
zettlr # notes
logseq
pandoc
typst
texliveFull
openscad
prusa-slicer
freecad-wayland
openscad-unstable
#kicad # somehow stalls building.
#easyeda2kicad # could not build
easyeffects
musescore
mpv
spotify
spotify-tray
rclone
distrobox
boxbuddy
dbeaver-bin
sqlite
sqlitebrowser
postman
mitmproxy
wireshark
gdb
calibre
anki
bibletime
aerc
thunderbird
#eddie # old dotnet
steam
prismlauncher
protonplus
qbittorrent
kdePackages.filelight
kdePackages.kdeconnect-kde # could use valent instead.
solaar
cheese
ffmpeg
openvpn
wireguard-tools
fontforge
piper-tts
yt-dlp
tealdeer
clipboard-jh
ffmpeg
wl-clipboard
ydotool
wl-mirror
noto-fonts-cjk-sans
];
programs.dconf.enable = true;
}