nichts/hosts/vali/temperance/programs.nix

112 lines
1.4 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; [
alsa-utils
asciinema
blanket
2024-07-21 13:18:00 +02:00
calibre
cbonsai
2024-07-24 17:47:16 +02:00
coreutils
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
2024-07-24 17:47:16 +02:00
nodejs_20
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
teamspeak_client
telegram-desktop
2024-07-28 11:00:54 +02:00
temurin-bin-17
tldr
thunderbird
2024-07-23 00:00:26 +02:00
tor-browser
trash-cli
tree
2024-07-21 13:18:00 +02:00
ttyper
unzip
util-linux
v4l-utils
vlc
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
zapzap
zip
];
2024-04-10 19:21:46 +02:00
}