nichts/hosts/vali/mars/programs.nix

113 lines
1.6 KiB
Nix
Raw Normal View History

{ inputs, pkgs, ... }:
2024-04-10 17:39:26 +02:00
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
alsa-utils
android-tools
asciinema
bibata-cursors
blanket
difftastic
dig
easyeffects
element-desktop
2024-05-17 15:17:59 +02:00
emacs
evince
eza
fastfetch
feh
(fenix.complete.withComponents [
"cargo"
"clippy"
"rust-src"
"rustc"
"rustfmt"
])
ffmpeg-full
fftw
grimblast
gcc
gdb
gnumake
grc
grimblast
git
helvum
heroic
httpie
i3lock
imagemagick
img2pdf
imv
keepassxc
krita
lazygit
librewolf
links2
mars-mips
2024-05-15 23:47:37 +02:00
gnome.nautilus
ncmpcpp
neofetch
neovim
networkmanagerapplet
nextcloud-client
nicotine-plus
nil
nitch
nixpkgs-wayland.swww
nmap
notesnook
obs-studio
obsidian
onlyoffice-bin
pamixer
pavucontrol
pdfarranger
pfetch
pidgin
playerctl
polkit
python3
qbittorrent
ripgrep
rustdesk
scc
scummvm
sherlock
signal-desktop-beta
smartmontools
spotube
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
wireguard-tools
xournalpp
yt-dlp
zapzap
zip
zoxide
];
2024-04-10 19:21:46 +02:00
}