2024-05-15 00:37:31 +02:00
|
|
|
{ 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 {
|
2024-05-15 00:14:59 +02:00
|
|
|
environment.systemPackages = with pkgs; [
|
2024-05-17 15:17:59 +02:00
|
|
|
abaddon
|
2024-05-15 00:14:59 +02:00
|
|
|
alsa-utils
|
|
|
|
android-tools
|
|
|
|
asciinema
|
|
|
|
bibata-cursors
|
|
|
|
blanket
|
2024-05-19 22:35:54 +02:00
|
|
|
cmake
|
2024-05-15 00:14:59 +02:00
|
|
|
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
|
|
|
|
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
|
2024-05-15 00:14:59 +02:00
|
|
|
links2
|
2024-05-18 17:49:42 +02:00
|
|
|
lutris
|
2024-05-15 00:14:59 +02:00
|
|
|
mars-mips
|
2024-05-15 23:47:37 +02:00
|
|
|
gnome.nautilus
|
2024-05-15 00:14:59 +02:00
|
|
|
ncmpcpp
|
|
|
|
neofetch
|
|
|
|
neovim
|
|
|
|
networkmanagerapplet
|
|
|
|
nextcloud-client
|
|
|
|
nicotine-plus
|
|
|
|
nil
|
|
|
|
nitch
|
2024-05-20 01:17:59 +02:00
|
|
|
nixfmt
|
2024-05-15 00:14:59 +02:00
|
|
|
nixpkgs-wayland.swww
|
|
|
|
nmap
|
|
|
|
notesnook
|
|
|
|
obs-studio
|
|
|
|
obsidian
|
|
|
|
onlyoffice-bin
|
|
|
|
pamixer
|
|
|
|
pavucontrol
|
|
|
|
pdfarranger
|
|
|
|
pfetch
|
|
|
|
pidgin
|
|
|
|
playerctl
|
|
|
|
polkit
|
|
|
|
python3
|
|
|
|
qbittorrent
|
|
|
|
rustdesk
|
|
|
|
scc
|
|
|
|
scummvm
|
|
|
|
sherlock
|
|
|
|
signal-desktop-beta
|
|
|
|
smartmontools
|
|
|
|
steam
|
|
|
|
strawberry
|
|
|
|
teamspeak_client
|
|
|
|
telegram-desktop
|
|
|
|
texliveFull
|
2024-05-15 01:09:41 +02:00
|
|
|
tldr
|
2024-05-15 00:14:59 +02:00
|
|
|
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
|
2024-05-15 00:14:59 +02:00
|
|
|
unzip
|
|
|
|
util-linux
|
|
|
|
v4l-utils
|
|
|
|
ventoy-full
|
|
|
|
vlc
|
|
|
|
weechat
|
|
|
|
wget
|
2024-05-18 17:49:42 +02:00
|
|
|
wine
|
|
|
|
winetricks
|
2024-05-15 00:14:59 +02:00
|
|
|
wireguard-tools
|
2024-05-20 11:49:00 +02:00
|
|
|
wl-clipboard
|
2024-05-15 00:14:59 +02:00
|
|
|
xournalpp
|
|
|
|
yt-dlp
|
|
|
|
zapzap
|
|
|
|
zip
|
|
|
|
zoxide
|
|
|
|
];
|
2024-04-10 19:21:46 +02:00
|
|
|
}
|