nichts/hosts/vali/hermit/programs.nix

113 lines
1.4 KiB
Nix
Raw Normal View History

2024-07-06 15:53:16 +02:00
{
inputs,
pkgs,
...
}: let
2024-05-06 23:17:31 +02:00
nixpkgs-wayland = inputs.nixpkgs-wayland.packages.${pkgs.system};
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
broot
browsh
2024-07-06 22:13:28 +02:00
bun
2024-07-07 23:45:18 +02:00
cachix
2024-07-10 22:10:54 +02:00
calc
cmake
difftastic
dig
discordo
easyeffects
element-desktop
evince
eza
fastfetch
feh
ffmpeg-full
fftw
fzf
#gadacz
gcc
gdb
gnome.nautilus
gnumake
grc
grimblast
git
helvum
hmm
httpie
imagemagick
img2pdf
impala
imv
inetutils
keepassxc
lazygit
2024-05-20 01:17:59 +02:00
libtool
links2
mapscii
mars-mips
ncmpcpp
neofetch
networkmanagerapplet
nextcloud-client
nicotine-plus
nil
nitch
nixpkgs-wayland.swww
nmap
notesnook
obsidian
onlyoffice-bin
pamixer
pavucontrol
pdfarranger
pfetch
pidgin
playerctl
polkit
pyradio
python3
qbittorrent
2024-05-21 23:41:23 +02:00
ripgrep
rustdesk
scc
scummvm
sherlock
signal-desktop-beta
smartmontools
telegram-desktop
texliveFull
tldr
thunderbird
tor-browser-bundle-bin
trash-cli
tree
ttyper
2024-05-15 23:47:37 +02:00
typst
unzip
util-linux
v4l-utils
ventoy-full
vlc
weechat
2024-07-06 22:13:28 +02:00
wezterm
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
}