nixos-config/home/afoucaultc/packages/other_apps.nix
2026-08-07 22:46:05 +02:00

49 lines
765 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
mako
cliphist
grim
slurp
mullvad-vpn
rofi
bitwarden-desktop
# --- Themes
nwg-look
papirus-icon-theme
bibata-cursors
];
}