51 lines
666 B
Nix
51 lines
666 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
anki
|
|
arduino-ide
|
|
audacity
|
|
blender
|
|
cava
|
|
cmus
|
|
eza
|
|
fd
|
|
file
|
|
ffmpeg
|
|
fzf
|
|
gimp3-with-plugins
|
|
git
|
|
ghidra-bin
|
|
grim
|
|
kdePackages.kdenlive
|
|
kicad
|
|
killall
|
|
krita
|
|
lazygit
|
|
ldtk
|
|
libresprite
|
|
logisim-evolution
|
|
lunar-client
|
|
man-pages
|
|
man-pages-posix
|
|
musikcube
|
|
obs-studio
|
|
pandoc
|
|
python3
|
|
prismlauncher
|
|
ripgrep
|
|
rusty-man
|
|
slurp
|
|
stm32cubemx
|
|
telegram-desktop
|
|
texlive.combined.scheme-small
|
|
tokei
|
|
tor-browser
|
|
unzip
|
|
vial
|
|
virtualboxKvm
|
|
vlc
|
|
wiki-tui
|
|
wl-clipboard
|
|
];
|
|
}
|