nichts/hosts/vali/hermit/programs.nix

106 lines
1.3 KiB
Nix
Raw Normal View History

2024-07-06 15:53:16 +02:00
{
2024-07-21 21:58:18 +02:00
inputs',
2024-07-06 15:53:16 +02:00
pkgs,
...
}: let
2024-04-10 19:21:46 +02:00
in {
environment.systemPackages = with pkgs; [
2024-05-22 10:43:46 +02:00
alejandra
alsa-utils
asciinema
bibata-cursors
2024-07-06 13:39:24 +02:00
blueman
bluetuith
bluez
#botany
2024-07-07 23:45:18 +02:00
cachix
2024-07-10 22:10:54 +02:00
calc
2024-07-13 22:08:21 +02:00
calibre
2024-07-15 09:27:55 +02:00
cbonsai
cmake
2024-07-13 22:08:21 +02:00
cmus
difftastic
dig
2024-08-17 11:19:57 +02:00
# easyeffects #broken
evince
eza
fastfetch
feh
ffmpeg-full
fftw
fzf
#gadacz
gcc
gdb
gnumake
grc
git
helvum
hmm
httpie
2024-08-13 11:00:58 +02:00
hyperfine
imagemagick
img2pdf
impala
imv
inetutils
2024-07-13 22:08:21 +02:00
jrnl
keepassxc
lazygit
2024-05-20 01:17:59 +02:00
libtool
links2
mapscii
mars-mips
2024-07-13 22:08:21 +02:00
moc
ncmpcpp
neofetch
networkmanagerapplet
nextcloud-client
2024-08-21 00:00:59 +02:00
#nheko
nicotine-plus
nil
nitch
2024-08-21 23:11:59 +02:00
swww
nmap
notesnook
obsidian
onlyoffice-bin
2024-07-15 19:52:29 +02:00
openjdk17
pamixer
pavucontrol
pdfarranger
pfetch
pidgin
playerctl
polkit
python3
2024-05-21 23:41:23 +02:00
ripgrep
scc
sherlock
signal-desktop-beta
smartmontools
telegram-desktop
tldr
thunderbird
trash-cli
tree
ttyper
2024-05-15 23:47:37 +02:00
typst
unzip
util-linux
v4l-utils
ventoy-full
vlc
weechat
wget
wireguard-tools
2024-05-20 11:49:00 +02:00
wl-clipboard
2024-05-21 22:30:34 +02:00
xdg-utils
xournalpp
yt-dlp
zapzap
zip
zoxide
];
2024-04-10 19:21:46 +02:00
}