1
0
Fork 0

Add ghidra

master
dump_stack() 2021-10-07 13:50:21 +00:00
parent 35e466adc6
commit 4ccb5e199b
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 9 additions and 0 deletions

View File

@ -1,7 +1,14 @@
{ config, pkgs, ... }:
let
unstable = import <unstable> {};
nonfree = import <nixos> { config.allowUnfree = true; };
ghidra = pkgs.ghidra-bin.overrideAttrs (attrs: {
installPhase = ''
${attrs.installPhase}
sed -i 's/uiScale=1/uiScale=2/' $out/lib/ghidra/support/launch.properties
'';
});
in {
programs.zsh.enable = true;
programs.browserpass.enable = true;
@ -115,6 +122,8 @@ in {
android-file-transfer libreoffice electrum gnome3.nautilus
signal-desktop signal-cli rdesktop
ghidra
(writeShellScriptBin "git-get" "${git}/bin/git clone https://$1 $GOPATH/src/$1")
(writeShellScriptBin "chromium" ''