32 lines
416 B
Nix
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
|
|
];
|
|
}
|