nichts/hosts/vali/temperance/programs.nix

123 lines
1.7 KiB
Nix
Raw Normal View History

2024-05-22 14:29:45 +02:00
{
inputs,
pkgs,
...
}: let
2024-04-13 00:15:21 +02:00
fenix = inputs.fenix.packages.${pkgs.system};
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-17 15:17:59 +02:00
abaddon
2024-05-22 10:43:46 +02:00
alejandra
alsa-utils
android-tools
asciinema
bibata-cursors
blanket
cmake
difftastic
dig
easyeffects
element-desktop
evince
eza
fastfetch
feh
(fenix.complete.withComponents [
"cargo"
"clippy"
"rust-src"
"rustc"
"rustfmt"
])
ffmpeg-full
fftw
grimblast
gcc
gdb
gnumake
2024-05-29 11:37:09 +02:00
gnutls
grc
grimblast
git
helvum
heroic
httpie
i3lock
imagemagick
img2pdf
imv
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
mars-mips
2024-05-15 23:47:37 +02:00
gnome.nautilus
ncmpcpp
neofetch
neovim
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
rustdesk
scc
scummvm
sherlock
signal-desktop-beta
smartmontools
steam
strawberry
teamspeak_client
telegram-desktop
texliveFull
tldr
thunderbird
tor-browser-bundle-bin
trash-cli
tree
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
weechat
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
}