diff --git a/home.nix b/home.nix index 5c5977b..c87cf22 100644 --- a/home.nix +++ b/home.nix @@ -1,14 +1,14 @@ { config, pkgs, inputs, ... }: -let - ghidra_pkg = pkgs.ghidra.withExtensions ( - exts: - builtins.attrValues { - # inherit (exts) ; - } - ); - ghidra_dir = ".config/ghidra/${pkgs.ghidra.distroPrefix}"; -in +# let + # ghidra_pkg = pkgs.ghidra.withExtensions ( + # exts: + # builtins.attrValues { + # # inherit (exts) ; + # } + # ); + # 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";