Add ghidra
This commit is contained in:
parent
35e466adc6
commit
4ccb5e199b
@ -1,7 +1,14 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
unstable = import <unstable> {};
|
||||||
nonfree = import <nixos> { config.allowUnfree = true; };
|
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 {
|
in {
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
programs.browserpass.enable = true;
|
programs.browserpass.enable = true;
|
||||||
@ -115,6 +122,8 @@ in {
|
|||||||
android-file-transfer libreoffice electrum gnome3.nautilus
|
android-file-transfer libreoffice electrum gnome3.nautilus
|
||||||
signal-desktop signal-cli rdesktop
|
signal-desktop signal-cli rdesktop
|
||||||
|
|
||||||
|
ghidra
|
||||||
|
|
||||||
(writeShellScriptBin "git-get" "${git}/bin/git clone https://$1 $GOPATH/src/$1")
|
(writeShellScriptBin "git-get" "${git}/bin/git clone https://$1 $GOPATH/src/$1")
|
||||||
|
|
||||||
(writeShellScriptBin "chromium" ''
|
(writeShellScriptBin "chromium" ''
|
||||||
|
Loading…
Reference in New Issue
Block a user