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