84 lines
1.0 KiB
Nix
84 lines
1.0 KiB
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
alejandra
|
|
appimage-run
|
|
arp-scan
|
|
birdtray
|
|
blackmagic
|
|
btop
|
|
cached-nix-shell
|
|
caddy
|
|
cargo
|
|
ccls
|
|
cemu
|
|
cmake
|
|
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
|
|
nix-init
|
|
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
|
|
yewtube
|
|
yt-dlp
|
|
zathura
|
|
zeal-qt6
|
|
zig
|
|
zls
|
|
];
|
|
}
|