nixos-config/home-manager/applications.nix

82 lines
1.1 KiB
Nix
Raw Normal View History

2024-06-24 21:53:35 +02:00
{ pkgs, unstable, extra, ... }:
{
home.packages = (with pkgs; [
unzip
zip
xz
gzip
bzip2
p7zip
usbutils
pciutils
nettools
nmap
arp-scan
julia-bin
(python3.withPackages (ps: with ps; [
ipython
matplotlib
numpy
scipy
]))
ghc
2024-08-20 16:11:32 +02:00
haskell-language-server
2024-06-24 21:53:35 +02:00
firefox
gnupg
discord
dig
xxd
slack
imagemagick
ffmpeg
yt-dlp
libreoffice
pass
protonvpn-gui
thunderbird
tidal-hifi
signal-desktop
transmission-gtk
xclip
clinfo
glxinfo
vulkan-tools
obs-studio
file
gimp
bat
steam
steam-run
rmapi
lutris
texlive.combined.scheme-full
zulip
rink
typst
ttyper
idris2
prismlauncher
vimv
whalebird
lean4
remmina
git-crypt
vcv-rack
2024-07-09 17:21:17 +02:00
nix-index
2024-07-29 12:06:51 +02:00
kdenlive
2024-08-25 17:53:55 +02:00
solaar
2024-08-27 15:10:25 +02:00
fzf
2024-09-12 20:02:17 +02:00
bottom
2024-06-24 21:53:35 +02:00
]) ++ [
extra.agda
unstable.zoom-us
extra.sax2nf
extra.cornelis
extra.slippi-netplay
unstable.kicad
2024-06-25 13:57:09 +02:00
extra.renoise
2024-07-03 19:13:15 +02:00
extra.nixprof
2024-07-26 18:21:36 +02:00
extra.protonmail-desktop
2024-06-24 21:53:35 +02:00
];
}