nichts/hosts/hermit/programs.nix

88 lines
1.2 KiB
Nix
Raw Normal View History

2025-05-17 23:49:11 +02:00
{pkgs, ...}: {
environment.systemPackages = builtins.attrValues {
inherit
(pkgs)
abook
aerc
aichat
alsa-utils
anki
asciinema
2025-05-22 22:55:17 +02:00
bacon
cachix
calc
2025-05-22 22:55:17 +02:00
cargo-info
cbonsai
2025-03-07 09:52:19 +01:00
cinny-desktop
cmus
2025-04-09 15:31:18 +02:00
comma
difftastic
2025-05-22 22:55:17 +02:00
dua
element
element-desktop
2025-03-07 09:52:19 +01:00
evince
eza
2025-05-22 22:55:17 +02:00
fselect
gcc
2025-04-02 14:52:46 +02:00
gh
grc
gparted
git
halloy
helvum
httpie
hyperfine
imagemagick
img2pdf
impala
imv
inetutils
jujutsu
just
keepassxc
lazygit
libtool
librewolf
links2
linuxHeaders
2025-05-22 22:55:17 +02:00
mprocs
mpv
networkmanagerapplet
nil
nitch
2025-03-31 14:28:30 +02:00
obsidian
swww
microfetch
nmap
pamixer
2025-04-09 15:31:18 +02:00
pwvucontrol
pdfarranger
2025-04-02 14:52:46 +02:00
pdfpc
pfetch
playerctl
polkit
2025-05-22 22:55:17 +02:00
presenterm
pulsemixer
ripgrep
rmpc
2025-05-22 22:55:17 +02:00
rusty-man
signal-desktop
smartmontools
telegram-desktop
thunderbird
trash-cli
typst
util-linux
v4l-utils
vlc
vscodium
2025-05-22 22:55:17 +02:00
wiki-tui
wireguard-tools
wordgrinder
xournalpp
2025-05-22 09:34:26 +02:00
zathura
2025-05-15 14:28:51 +02:00
zellij
;
};
2024-04-10 19:21:46 +02:00
}