changes on main pc

This commit is contained in:
afoucaultc 2026-07-05 20:10:11 +02:00
parent 60ebe96728
commit 2ef8eba58a
20 changed files with 155 additions and 84 deletions

View file

@ -5,11 +5,9 @@
enable = true;
package = pkgs.mullvad-vpn;
};
# ── Intégration gestionnaire de fichiers (miniatures, montage…) ──
services.gvfs.enable = true;
services.tumbler.enable = true;
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
};

View file

@ -1,26 +1,23 @@
{ config, pkgs, ... }:
{
# Outils système / build essentiels (équiv. base-devel, git, etc.).
# Les applis graphiques utilisateur sont dans home-manager (home/).
environment.systemPackages = with pkgs; [
# base / build
git vim gnumake gcc wget curl unzip tree
# CLI utiles présents dans ta liste pacman
btop # btop
fastfetch # fastfetch
ripgrep # ripgrep
tmux # tmux
translate-shell # translate-shell
xclip # xclip
wl-clipboard # wl-clipboard
pass # pass
bitwarden-cli # (bitwarden : GUI côté user, CLI ici)
powertop # powertop
brightnessctl # brightnessctl
ntfs3g # ntfs-3g
pciutils usbutils inxi # inxi + diagnostics
gnupg
pinentry-curses
git
vim
gnumake
gcc
wget
curl
unzip
tree
ripgrep
translate-shell
xclip
powertop
brightnessctl
ntfs3g
pciutils
usbutils
inxi
];
}