51 lines
622 B
Nix
51 lines
622 B
Nix
{ pkgs, ... }: {
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
wget
|
|
efibootmgr
|
|
gdu
|
|
kitty
|
|
nemo
|
|
awww
|
|
jamesdsp
|
|
rofi
|
|
# waybar
|
|
udiskie
|
|
grimblast
|
|
pywal16
|
|
btop
|
|
bitwarden-desktop
|
|
fzf
|
|
zinit
|
|
zoxide
|
|
nitch
|
|
fzf
|
|
eza
|
|
tmux
|
|
cliphist
|
|
git
|
|
adwaita-icon-theme
|
|
gnumake
|
|
gcc
|
|
meson
|
|
playerctl
|
|
trash-cli
|
|
equibop
|
|
wl-clipboard
|
|
cinny-desktop
|
|
unzip
|
|
p7zip
|
|
tree-sitter
|
|
nodejs
|
|
nixfmt
|
|
decibels
|
|
nwg-look
|
|
mpc
|
|
python3
|
|
basedpyright
|
|
waypaper
|
|
nerd-fonts.caskaydia-mono
|
|
lazygit
|
|
];
|
|
}
|