From 21c54475c725d040a06c78cd71e419096d276705 Mon Sep 17 00:00:00 2001 From: caandt Date: Wed, 11 Sep 2024 23:01:41 -0500 Subject: [PATCH] add packages --- home.nix | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index aa7879f..5479e92 100644 --- a/home.nix +++ b/home.nix @@ -18,14 +18,21 @@ in sct maim xclip + picom + obs-studio + screenkey + safeeyes libsForQt5.kcalc libsForQt5.kolourpaint libsForQt5.filelight + libsForQt5.kate papirus-icon-theme pavucontrol qpwgraph + qbittorrent + xournalpp + gnome.adwaita-icon-theme - gdb lsd bat zoxide @@ -39,12 +46,33 @@ in bluetuith unixtools.xxd starship + killall + file + + alsa-utils + libnotify python3 gnumake + coq + coqPackages.coqide + gcc + sqlitebrowser tmuxPlugins.vim-tmux-navigator tmuxPlugins.sessionist + + wine + winetricks + + cage + + gdb + pwndbg + (cutter.withPlugins (ps: with ps; [ jsdec rz-ghidra sigdb ])) + pwntools + python311Packages.pwntools + python311Packages.angr ]; xdg.configFile.alacritty.source = mkln "config/alacritty"; xdg.configFile.awesome.source = mkln "config/awesome";