add packages
This commit is contained in:
parent
52759ed761
commit
21c54475c7
30
home.nix
30
home.nix
|
|
@ -18,14 +18,21 @@ in
|
||||||
sct
|
sct
|
||||||
maim
|
maim
|
||||||
xclip
|
xclip
|
||||||
|
picom
|
||||||
|
obs-studio
|
||||||
|
screenkey
|
||||||
|
safeeyes
|
||||||
libsForQt5.kcalc
|
libsForQt5.kcalc
|
||||||
libsForQt5.kolourpaint
|
libsForQt5.kolourpaint
|
||||||
libsForQt5.filelight
|
libsForQt5.filelight
|
||||||
|
libsForQt5.kate
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
pavucontrol
|
pavucontrol
|
||||||
qpwgraph
|
qpwgraph
|
||||||
|
qbittorrent
|
||||||
|
xournalpp
|
||||||
|
gnome.adwaita-icon-theme
|
||||||
|
|
||||||
gdb
|
|
||||||
lsd
|
lsd
|
||||||
bat
|
bat
|
||||||
zoxide
|
zoxide
|
||||||
|
|
@ -39,12 +46,33 @@ in
|
||||||
bluetuith
|
bluetuith
|
||||||
unixtools.xxd
|
unixtools.xxd
|
||||||
starship
|
starship
|
||||||
|
killall
|
||||||
|
file
|
||||||
|
|
||||||
|
alsa-utils
|
||||||
|
libnotify
|
||||||
|
|
||||||
python3
|
python3
|
||||||
gnumake
|
gnumake
|
||||||
|
coq
|
||||||
|
coqPackages.coqide
|
||||||
|
gcc
|
||||||
|
sqlitebrowser
|
||||||
|
|
||||||
tmuxPlugins.vim-tmux-navigator
|
tmuxPlugins.vim-tmux-navigator
|
||||||
tmuxPlugins.sessionist
|
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.alacritty.source = mkln "config/alacritty";
|
||||||
xdg.configFile.awesome.source = mkln "config/awesome";
|
xdg.configFile.awesome.source = mkln "config/awesome";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue