feat(desktop): add pgms

This commit is contained in:
2026-06-19 08:02:20 +02:00
parent 723a044eae
commit 3ef343b697

View File

@@ -2,30 +2,71 @@
{
environment.systemPackages = with pkgs; [
alacritty
fuzzel
firefox
# Hyprland ecosystem
hyprpaper
hypridle
hyprlock
hyprsunset
waybar
dunst
fuzzel
grim
slurp
wl-clipboard
networkmanagerapplet
blueman
thunderbird
tesseract
tessen
pavucontrol
brightnessctl
playerctl
hyprpolkitagent
# Terminal & éditeurs
alacritty
neovim
vifm
stow
# Navigateurs & communication
firefox
thunderbird
aerc
msmtp
# Médias & musique
imv
mpv
ncmpcpp
# PIM (contacts, calendrier)
khal
khard
vdirsyncer
# Réseau & périphériques
networkmanagerapplet
blueman
pavucontrol
# Thèmes & apparence
arc-theme
tela-icon-theme
lxappearance
gsettings-desktop-schemas
glib
dconf
# Divers
newsboat
tesseract
tessen
claude-code
opencode
];
services.mpd = {
enable = true;
extraConfig = ''
audio_output {
type "pipewire"
name "PipeWire Output"
}
'';
};
}