feat(desktop): add pgms
This commit is contained in:
@@ -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"
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user