nixos-config/home/afoucaultc/packages/other_apps.nix
2026-08-08 13:33:07 +02:00

45 lines
724 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
# --- Bureautique ---
libreoffice-fresh
typora
zotero
# --- Communication ---
signal-desktop
vesktop
mattermost-desktop
protonmail-bridge
# --- Multimédia ---
gimp
inkscape
imagemagick
librsvg
streamlink
kdePackages.gwenview
# --- Maths ---
(octave.withPackages (
ps: with ps; [
image
statistics
symbolic
]
))
gnuplot
# --- Fichiers
nautilus
# --- Others
hyfetch
ncpamixer
ffmpeg
fastfetch
pkg-config
mullvad-vpn
rofi
bitwarden-desktop
# --- Themes
nwg-look
papirus-icon-theme
bibata-cursors
];
}