add packages
This commit is contained in:
parent
52759ed761
commit
21c54475c7
30
home.nix
30
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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue