{ 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 ]; }