fixed stuff

This commit is contained in:
afoucaultc 2026-07-10 13:22:08 +02:00
parent f9413c476c
commit 2482644028
58 changed files with 296 additions and 339 deletions

View file

@ -1,10 +1,6 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [
# --- Others
hyfetch
fastfetch
pkg-config
# --- Bureautique ---
libreoffice-fresh
typora
@ -13,6 +9,7 @@
signal-desktop
vesktop
mattermost-desktop
protonmail-bridge
# --- Multimédia ---
gimp
inkscape
@ -25,13 +22,12 @@
# --- 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
gnuplot
# --- Gestion de fichiers KDE ---
kdePackages.dolphin
kdePackages.dolphin-plugins
@ -40,17 +36,19 @@
kdePackages.ark
kdePackages.kdegraphics-thumbnailers
kdePackages.ffmpegthumbs
nwg-look
papirus-icon-theme
# --- Others
hyfetch
fastfetch
pkg-config
mako
cliphist
grim
slurp
mullvad-vpn
rofi
# --- Themes
nwg-look
papirus-icon-theme
bibata-cursors
];
services.gpg-agent = {
enable = true;
pinentry.package = pkgs.pinentry-gnome3;
};
services.protonmail-bridge.enable = true;
}