Add additional programs

This commit is contained in:
CronyAkatsuki 2024-03-10 20:13:28 +01:00
parent 0415fb5f8d
commit 2a4f8c3851

View File

@ -62,6 +62,9 @@
aria2 # Fast download manager aria2 # Fast download manager
starsector # Nice little game I got coaxed into trying starsector # Nice little game I got coaxed into trying
inputs.hb-downloader.packages.${pkgs.system}.default # My custom humble bundle bulk link extractor for aria2 list format inputs.hb-downloader.packages.${pkgs.system}.default # My custom humble bundle bulk link extractor for aria2 list format
hugo # fast static site generator
protonup-qt # Proton ge manager
ungoogled-chromium # For sites that don't work with firefox based browsers
(nerdfonts.override { fonts = [ "CascadiaCode" ]; }) # Best font (nerdfonts.override { fonts = [ "CascadiaCode" ]; }) # Best font
(retroarch.override { cores = with libretro; [ snes9x ]; }) (retroarch.override { cores = with libretro; [ snes9x ]; })
]; ];