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, ... }:
|
||||
|
||||
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";
|
||||
|
|
Loading…
Add table
Reference in a new issue