nichts/hosts/vali/mars/programs.nix

112 lines
2.4 KiB
Nix
Raw Normal View History

2024-04-10 17:39:26 +02:00
{ config, inputs, pkgs, ... }:
let
2024-04-13 00:15:21 +02:00
fenix = inputs.fenix.packages.${pkgs.system};
2024-04-12 22:03:29 +02:00
username = config.modules.other.system.username;
2024-04-10 19:21:46 +02:00
in {
2024-04-13 00:15:21 +02:00
environment.systemPackages = with pkgs; [
2024-04-10 22:17:12 +02:00
alacritty
2024-04-12 16:20:03 +02:00
alsa-utils
2024-04-27 23:46:38 +02:00
android-tools
2024-04-12 16:20:03 +02:00
asciinema
2024-04-10 17:39:26 +02:00
bibata-cursors
2024-04-20 15:36:03 +02:00
blanket
2024-04-27 23:46:38 +02:00
blugon
difftastic
2024-04-10 17:39:26 +02:00
dig
2024-04-20 22:59:53 +02:00
dmenu
2024-04-12 20:45:33 +02:00
easyeffects
2024-04-12 16:20:03 +02:00
element-desktop
2024-05-04 01:33:33 +02:00
evince
2024-04-12 20:45:33 +02:00
eza
2024-04-12 16:20:03 +02:00
fastfetch
2024-04-14 14:35:10 +02:00
feh
2024-04-10 17:39:26 +02:00
(fenix.complete.withComponents [
"cargo"
"clippy"
"rust-src"
"rustc"
"rustfmt"
])
2024-04-28 22:41:27 +02:00
ffmpeg-full
2024-04-29 22:18:58 +02:00
fftw flameshot
2024-05-05 14:01:33 +02:00
grimblast
2024-05-04 01:33:33 +02:00
heroic
2024-04-29 23:46:05 +02:00
imv
2024-04-12 16:20:03 +02:00
gcc
2024-04-10 17:39:26 +02:00
gdb
2024-04-13 22:44:39 +02:00
gnumake
2024-04-29 22:18:58 +02:00
grc
grimblast
2024-04-12 16:20:03 +02:00
git
2024-05-05 21:33:33 +02:00
helvum
2024-04-12 16:20:03 +02:00
httpie
2024-04-28 22:41:27 +02:00
i3lock
imagemagick
2024-04-28 22:41:27 +02:00
img2pdf
2024-04-12 16:20:03 +02:00
keepassxc
2024-04-10 17:39:26 +02:00
krita
2024-04-12 16:20:03 +02:00
lazygit
2024-04-13 21:22:44 +02:00
librewolf
2024-04-20 15:36:03 +02:00
links2
2024-05-04 01:33:33 +02:00
mars-mips
2024-04-13 00:15:21 +02:00
ncmpcpp
2024-04-12 16:20:03 +02:00
neofetch
neovim
networkmanagerapplet
2024-04-12 20:45:33 +02:00
nextcloud-client
2024-04-24 02:38:20 +02:00
nicotine-plus
2024-04-27 23:46:38 +02:00
nitrogen
2024-05-04 01:33:33 +02:00
nmap
notesnook
onlyoffice-bin
2024-04-12 16:20:03 +02:00
pamixer
pavucontrol
2024-04-27 23:46:38 +02:00
picom
2024-04-12 16:20:03 +02:00
pcmanfm
2024-04-18 19:11:31 +02:00
pdfarranger
2024-04-12 16:20:03 +02:00
pfetch
2024-04-13 00:15:21 +02:00
playerctl
2024-04-12 16:20:03 +02:00
polkit
2024-04-10 17:39:26 +02:00
python3
2024-04-12 16:20:03 +02:00
qbittorrent
2024-04-13 00:15:21 +02:00
ripgrep
2024-04-10 17:39:26 +02:00
rustdesk
2024-04-12 21:36:26 +02:00
rofi
2024-04-12 16:20:03 +02:00
scc
2024-04-28 22:41:27 +02:00
scrot
2024-05-04 01:33:33 +02:00
scummvm
2024-04-10 17:39:26 +02:00
sherlock
2024-04-12 16:20:03 +02:00
signal-desktop-beta
smartmontools
2024-04-13 00:15:21 +02:00
spotube
2024-04-27 23:46:38 +02:00
steam
strawberry
2024-05-05 14:01:33 +02:00
teamspeak_client
2024-04-12 16:20:03 +02:00
telegram-desktop
texliveFull
2024-04-27 23:46:38 +02:00
trilium-desktop
2024-04-12 19:45:13 +02:00
thunderbird
2024-04-12 16:20:03 +02:00
tor-browser-bundle-bin
trash-cli
tree
unzip
2024-04-23 12:56:11 +02:00
util-linux
2024-04-12 16:20:03 +02:00
ventoy-full
vlc
2024-04-23 10:59:57 +02:00
weechat
2024-04-13 21:22:44 +02:00
wget
2024-04-24 02:38:20 +02:00
wireguard-tools
2024-04-12 16:20:03 +02:00
xclip
2024-04-14 14:35:10 +02:00
xfce.thunar
2024-04-13 22:44:39 +02:00
xorg.libX11.dev
xorg.libXft
xorg.libXinerama
2024-04-27 23:46:38 +02:00
xournalpp
2024-04-12 16:20:03 +02:00
yt-dlp
zapzap
2024-04-12 16:20:03 +02:00
zathura
zip
2024-04-29 22:18:58 +02:00
zoxide
2024-04-10 17:39:26 +02:00
];
2024-04-10 19:21:46 +02:00
}