changes on main pc
This commit is contained in:
parent
60ebe96728
commit
2ef8eba58a
20 changed files with 155 additions and 84 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue