update lockfile
This commit is contained in:
parent
8adc4a80c1
commit
4b40e34532
18 changed files with 179 additions and 288 deletions
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
programs.adb.enable = true;
|
||||
}
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
nerd-fonts.blex-mono
|
||||
nerd-fonts._0xproto
|
||||
|
||||
self.packages.${pkgs.system}.cartograph-cf
|
||||
self.packages.${pkgs.stdenv.hostPlatform.system}.cartograph-cf
|
||||
];
|
||||
|
||||
# causes more issues than it solves
|
||||
|
|
|
|||
|
|
@ -5,14 +5,15 @@
|
|||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
(ghidra.withExtensions (ps:
|
||||
with ps; [
|
||||
gnudisassembler
|
||||
machinelearning
|
||||
]))
|
||||
ghidra
|
||||
# (ghidra.withExtensions (ps:
|
||||
# with ps; [
|
||||
# gnudisassembler
|
||||
# machinelearning
|
||||
# ]))
|
||||
|
||||
self.packages.${pkgs.system}.binaryninja-personal
|
||||
self.packages.${pkgs.system}.ida-pro
|
||||
self.packages.${pkgs.stdenv.hostPlatform.system}.binaryninja-personal
|
||||
self.packages.${pkgs.stdenv.hostPlatform.system}.ida-pro
|
||||
gdb
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
services.tumbler.enable = true; # image thumbnails
|
||||
programs.thunar = {
|
||||
enable = true;
|
||||
plugins = with pkgs.xfce; [
|
||||
plugins = with pkgs; [
|
||||
thunar-archive-plugin
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue