1
0
Fork 0

Remove ghidra

This commit is contained in:
Ethan Reece 2025-04-03 16:55:33 -05:00
parent 6b4528e310
commit 273d3f12c5
Signed by: me
GPG key ID: 198E9EB433DB1B28

View file

@ -1,14 +1,14 @@
{ config, pkgs, inputs, ... }:
let
ghidra_pkg = pkgs.ghidra.withExtensions (
exts:
builtins.attrValues {
# inherit (exts) <plugin-name>;
}
);
ghidra_dir = ".config/ghidra/${pkgs.ghidra.distroPrefix}";
in
# let
# ghidra_pkg = pkgs.ghidra.withExtensions (
# exts:
# builtins.attrValues {
# # inherit (exts) <plugin-name>;
# }
# );
# ghidra_dir = ".config/ghidra/${pkgs.ghidra.distroPrefix}";
# in
{
# Home Manager needs a bit of information about you and the paths it should
# manage.
@ -43,7 +43,7 @@ in
# (pkgs.writeShellScriptBin "my-hello" ''
# echo "Hello, ${config.home.username}!"
# '')
ghidra_pkg
# ghidra_pkg
pkgs.nixd
pkgs.nil
pkgs.teams-for-linux
@ -84,12 +84,12 @@ in
# ViewedProjects=
# RecentProjects=
# '';
".config/FreeTube/settings.db".text = ''
{"_id":"quickBookmarkTargetPlaylistId","value":"favorites"}
{"_id":"saveWatchedProgress","value":false}
{"_id":"rememberHistory","value":false}
{"_id":"useSponsorBlock","value":true}
'';
# ".config/FreeTube/settings.db".text = ''
# {"_id":"quickBookmarkTargetPlaylistId","value":"favorites"}
# {"_id":"saveWatchedProgress","value":false}
# {"_id":"rememberHistory","value":false}
# {"_id":"useSponsorBlock","value":true}
# '';
};
# Home Manager can also manage your environment variables through
@ -121,14 +121,14 @@ in
};
xdg.desktopEntries = {
ghidra = {
name = "Ghidra";
exec = "env _JAVA_OPTIONS=-Dsun.java2d.uiScale=2 ghidra";
icon = "ghidra";
type = "Application";
comment = "Ghidra Software Reverse Engineering Suite";
categories = [ "Development" ];
};
# ghidra = {
# name = "Ghidra";
# exec = "env _JAVA_OPTIONS=-Dsun.java2d.uiScale=2 ghidra";
# icon = "ghidra";
# type = "Application";
# comment = "Ghidra Software Reverse Engineering Suite";
# categories = [ "Development" ];
# };
spotube = {
name = "Spotube";
exec = "nixGLMesa spotube";