nichts/hosts/vali/temperance/programs.nix

125 lines
1.6 KiB
Nix
Raw Normal View History

2024-05-22 14:29:45 +02:00
{
2024-07-21 21:58:18 +02:00
inputs',
2024-05-22 14:29:45 +02:00
pkgs,
...
}: let
2024-07-21 21:58:18 +02:00
nixpkgs-wayland = inputs'.nixpkgs-wayland.packages;
2024-04-10 19:21:46 +02:00
in {
environment.systemPackages = with pkgs; [
2024-05-17 15:17:59 +02:00
abaddon
alsa-utils
asciinema
bibata-cursors
blanket
2024-07-21 13:18:00 +02:00
broot
browsh
cachix
calc
calibre
cbonsai
cmake
2024-07-21 13:18:00 +02:00
cmus
difftastic
dig
2024-07-21 13:18:00 +02:00
digikam
easyeffects
element-desktop
evince
eza
fastfetch
ffmpeg-full
fftw
2024-07-21 13:18:00 +02:00
fzf
gcc
gdb
gnumake
2024-05-29 11:37:09 +02:00
gnutls
grc
grimblast
2024-07-21 13:18:00 +02:00
gthumb
git
helvum
heroic
httpie
2024-07-22 22:46:11 +02:00
imagemagickBig
img2pdf
2024-07-21 13:18:00 +02:00
impala
imv
2024-07-21 13:18:00 +02:00
inetutils
jrnl
keepassxc
krita
lazygit
2024-05-20 11:49:00 +02:00
#librewolf
2024-05-20 01:17:59 +02:00
libtool
links2
2024-05-18 17:49:42 +02:00
lutris
2024-07-21 13:18:00 +02:00
mapscii
mars-mips
2024-07-21 13:18:00 +02:00
moc
musikcube
nautilus
ncmpcpp
neofetch
2024-05-24 14:57:38 +02:00
nheko
networkmanagerapplet
nextcloud-client
nicotine-plus
nil
nitch
nixpkgs-wayland.swww
nmap
notesnook
obsidian
onlyoffice-bin
pamixer
pavucontrol
pdfarranger
pfetch
pidgin
playerctl
polkit
python3
qbittorrent
2024-05-21 23:41:23 +02:00
ripgrep
2024-07-22 22:46:11 +02:00
rnote
scc
scummvm
sherlock
2024-07-21 13:18:00 +02:00
shotwell
signal-desktop-beta
smartmontools
strawberry
teamspeak_client
telegram-desktop
texliveFull
tldr
thunderbird
tor-browser-bundle-bin
trash-cli
tree
2024-07-21 13:18:00 +02:00
ttyper
2024-05-15 23:47:37 +02:00
typst
# typstfmt does not work either
typstyle
typst-lsp
unzip
util-linux
v4l-utils
ventoy-full
vlc
2024-07-21 13:18:00 +02:00
vscodium
wget
2024-05-18 17:49:42 +02:00
wine
winetricks
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
}