nichts/hosts/vali/mars/programs.nix
2024-04-14 13:27:24 +02:00

84 lines
1.8 KiB
Nix

{ config, inputs, pkgs, ... }:
let
fenix = inputs.fenix.packages.${pkgs.system};
username = config.modules.other.system.username;
in {
environment.systemPackages = with pkgs; [
alacritty
alsa-utils
asciinema
# betterbird
bibata-cursors
dig
dmenu
easyeffects
element-desktop
eza
fastfetch
(fenix.complete.withComponents [
"cargo"
"clippy"
"rust-src"
"rustc"
"rustfmt"
])
ffmpeg_6-full
flameshot
foot
gcc
gdb
gnumake
grimblast
git
httpie
imagemagick
keepassxc
krita
lazygit
libreoffice-fresh
librewolf
moc
ncmpcpp
neofetch
neovim
networkmanagerapplet
nextcloud-client
pamixer
pavucontrol
pcmanfm
pfetch
playerctl
polkit
python3
qbittorrent
ripgrep
rustdesk
rofi
scc
sherlock
signal-desktop-beta
smartmontools
spotube
st
steam
strawberry
telegram-desktop
texliveFull
thunderbird
tor-browser-bundle-bin
trash-cli
tree
unzip
ventoy-full
vesktop
vlc
wget
xclip
xorg.libX11.dev
xorg.libXft
xorg.libXinerama
yt-dlp
zathura
zip
];
}