80 lines
1012 B
Nix
80 lines
1012 B
Nix
|
{
|
||
|
config,
|
||
|
pkgs,
|
||
|
...
|
||
|
}: {
|
||
|
home.packages = with pkgs; [
|
||
|
alejandra
|
||
|
appimage-run
|
||
|
arp-scan
|
||
|
blackmagic
|
||
|
btop
|
||
|
cached-nix-shell
|
||
|
caddy
|
||
|
cargo
|
||
|
ccls
|
||
|
cemu
|
||
|
compsize
|
||
|
cura
|
||
|
deluge
|
||
|
ffmpeg-full
|
||
|
firefox
|
||
|
gcc
|
||
|
gdb
|
||
|
glab
|
||
|
glaxnimate
|
||
|
gnumake
|
||
|
grim
|
||
|
hyperfine
|
||
|
imagemagick
|
||
|
imv
|
||
|
jellyfin-media-player
|
||
|
kdenlive
|
||
|
kicad
|
||
|
kodi-wayland
|
||
|
libnotify
|
||
|
libreoffice
|
||
|
libva-utils
|
||
|
mediainfo
|
||
|
ncdu
|
||
|
neovide
|
||
|
ngspice
|
||
|
nodePackages.peerflix
|
||
|
openocd
|
||
|
pandoc
|
||
|
pass
|
||
|
patchelf
|
||
|
pavucontrol
|
||
|
pirate-get
|
||
|
powertop
|
||
|
pulsemixer
|
||
|
python3
|
||
|
python3Packages.west
|
||
|
remmina
|
||
|
river
|
||
|
rtorrent
|
||
|
rustc
|
||
|
screen
|
||
|
seer
|
||
|
sioyek
|
||
|
skypeforlinux
|
||
|
slurp
|
||
|
texlive.combined.scheme-full
|
||
|
thunderbird
|
||
|
upx
|
||
|
waybar
|
||
|
wdisplays
|
||
|
whatsapp-for-linux
|
||
|
wireshark
|
||
|
wl-clipboard
|
||
|
wlr-randr
|
||
|
wofi
|
||
|
x2goclient
|
||
|
yt-dlp
|
||
|
zathura
|
||
|
zeal-qt6
|
||
|
zig
|
||
|
zls
|
||
|
];
|
||
|
}
|