33 lines
460 B
Nix
33 lines
460 B
Nix
{ pkgs, ... }: {
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
wget
|
|
kitty
|
|
gdu
|
|
jamesdsp
|
|
grimblast
|
|
bitwarden-desktop
|
|
nitch
|
|
adwaita-icon-theme
|
|
trash-cli
|
|
wl-clipboard
|
|
unzip
|
|
p7zip
|
|
tree-sitter
|
|
nodejs
|
|
nixfmt
|
|
decibels
|
|
nwg-look
|
|
mpc
|
|
python3
|
|
basedpyright
|
|
waypaper
|
|
nerd-fonts.caskaydia-mono
|
|
nix-search
|
|
rofi-calc
|
|
renoise
|
|
materia-theme-transparent
|
|
pavucontrol
|
|
];
|
|
}
|