nichts/hosts/hermit/programs.nix

82 lines
1.1 KiB
Nix
Raw Normal View History

2025-03-03 15:43:20 +01:00
{
self,
pkgs,
...
}: {
environment.systemPackages = builtins.attrValues {
inherit
(pkgs)
abook
aerc
aichat
alsa-utils
anki
asciinema
cachix
calc
cbonsai
2025-03-07 09:52:19 +01:00
cinny-desktop
cmus
2025-04-09 15:31:18 +02:00
comma
difftastic
element
element-desktop
2025-03-07 09:52:19 +01:00
evince
eza
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
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
pulsemixer
ripgrep
rmpc
signal-desktop
smartmontools
telegram-desktop
thunderbird
trash-cli
typst
util-linux
v4l-utils
vlc
vscodium
wireguard-tools
wordgrinder
xournalpp
;
};
2024-04-10 19:21:46 +02:00
}