fixed stuff
This commit is contained in:
parent
f9413c476c
commit
2482644028
58 changed files with 296 additions and 339 deletions
|
|
@ -1,58 +1,45 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# --- Infos système / divers ---
|
||||
hyfetch # hyfetch
|
||||
fastfetch # fastfetch
|
||||
pkg-config
|
||||
|
||||
# --- Bureautique ---
|
||||
libreoffice-fresh # libreoffice-fresh
|
||||
zotero # zotero (AUR)
|
||||
pandoc # pandoc-cli
|
||||
|
||||
# --- Communication / mail ---
|
||||
# thunderbird # thunderbird
|
||||
signal-desktop # signal-desktop
|
||||
mattermost-desktop # mattermost-desktop
|
||||
protonmail-bridge # protonmail-bridge (CLI/bridge)
|
||||
|
||||
# --- Multimédia (léger) ---
|
||||
gimp # gimp
|
||||
inkscape # inkscape
|
||||
nomacs # nomacs (AUR) — visionneuse d'images légère
|
||||
imagemagick # imagemagick
|
||||
librsvg # librsvg
|
||||
|
||||
# --- Maths / sciences ---
|
||||
# --- Bureautique
|
||||
libreoffice-fresh
|
||||
zotero
|
||||
pandoc
|
||||
# --- Communication
|
||||
signal-desktop
|
||||
mattermost-desktop
|
||||
protonmail-bridge
|
||||
# --- Multimédia
|
||||
gimp
|
||||
inkscape
|
||||
nomacs
|
||||
imagemagick
|
||||
librsvg
|
||||
# --- Maths
|
||||
(octave.withPackages (
|
||||
ps: with ps; [
|
||||
image # octave-image
|
||||
statistics # octave-statistics
|
||||
symbolic # octave-symbolic
|
||||
# dataframe # (octave-dataframe : indispo dans nixpkgs, à compiler via pkg si besoin)
|
||||
image
|
||||
statistics
|
||||
symbolic
|
||||
]
|
||||
))
|
||||
gnuplot # gnuplot
|
||||
|
||||
# --- Fichiers / bureau ---
|
||||
nautilus # nautilus (gestionnaire léger)
|
||||
nwg-look # nwg-look
|
||||
papirus-icon-theme # papirus-icon-theme
|
||||
brightnessctl # brightnessctl
|
||||
mako # mako (notifications légères, remplace noctalia)
|
||||
cliphist # cliphist
|
||||
gnuplot
|
||||
# --- Fichiers
|
||||
nautilus
|
||||
# --- Others
|
||||
hyfetch
|
||||
fastfetch
|
||||
pkg-config
|
||||
brightnessctl
|
||||
mako
|
||||
cliphist
|
||||
grim
|
||||
slurp # captures (grimblast côté script si besoin)
|
||||
mullvad-vpn # GUI Mullvad (le service est côté système)
|
||||
# themes
|
||||
slurp
|
||||
mullvad-vpn
|
||||
rofi
|
||||
# --- Themes
|
||||
nwg-look
|
||||
papirus-icon-theme
|
||||
bibata-cursors
|
||||
];
|
||||
programs.gpg.enable = true;
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentry.package = pkgs.pinentry-curses;
|
||||
};
|
||||
services.protonmail-bridge.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue