Signed-off-by: Bloxx12 <charlie@charlieroot.dev> Change-Id: I6a6a69649fe97fcc35f81034e3c5d0464b26afbc
81 lines
1.2 KiB
Nix
81 lines
1.2 KiB
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = builtins.attrValues {
|
|
inherit (pkgs)
|
|
abook
|
|
aerc
|
|
aichat
|
|
alsa-utils
|
|
anki
|
|
asciinema
|
|
bacon
|
|
brave
|
|
cachix
|
|
calc
|
|
cargo-info
|
|
cbonsai
|
|
cinny-desktop
|
|
cmus
|
|
comma
|
|
difftastic
|
|
dua
|
|
evince
|
|
eza
|
|
fselect
|
|
gcc
|
|
gh
|
|
grc
|
|
gparted
|
|
git
|
|
halloy
|
|
helvum
|
|
httpie
|
|
hyperfine
|
|
imagemagick
|
|
impala
|
|
imv
|
|
inetutils
|
|
jujutsu
|
|
just
|
|
keepassxc
|
|
lazygit
|
|
libtool
|
|
librewolf
|
|
links2
|
|
linuxHeaders
|
|
mprocs
|
|
mpv
|
|
networkmanagerapplet
|
|
nitch
|
|
obsidian
|
|
microfetch
|
|
nmap
|
|
pamixer
|
|
pwvucontrol
|
|
pdfarranger
|
|
pdfpc
|
|
pfetch
|
|
playerctl
|
|
presenterm
|
|
pulsemixer
|
|
ripgrep
|
|
rmpc
|
|
rusty-man
|
|
signal-desktop
|
|
smartmontools
|
|
telegram-desktop
|
|
thunderbird
|
|
trash-cli
|
|
typst
|
|
util-linux
|
|
v4l-utils
|
|
vlc
|
|
wiki-tui
|
|
wireguard-tools
|
|
wordgrinder
|
|
xournalpp
|
|
zathura
|
|
;
|
|
inherit new-nil;
|
|
};
|
|
}
|