Files
nixos/modules/desktop/packages.nix
2026-06-19 05:47:33 +02:00

32 lines
416 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
alacritty
fuzzel
firefox
waybar
dunst
grim
slurp
wl-clipboard
networkmanagerapplet
blueman
thunderbird
tesseract
tessen
pavucontrol
playerctl
imv
mpv
arc-theme
tela-icon-theme
lxappearance
gsettings-desktop-schemas
glib
dconf
claude-code
opencode
];
}