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