london: fix ghidra clutter plugin
This commit is contained in:
parent
285256de6f
commit
b479eff04d
|
@ -72,11 +72,7 @@
|
|||
{
|
||||
programs.helix.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
cutter
|
||||
ghidra
|
||||
cutterPlugins.rz-ghidra
|
||||
];
|
||||
home.packages = with pkgs; [ (cutter.withPlugins (plugins: with plugins; [ rz-ghidra ])) ];
|
||||
|
||||
my.desktop.sway.monitors = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue