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