update lockfile

This commit is contained in:
xunuwu 2026-01-22 19:40:12 +01:00
parent 8adc4a80c1
commit 4b40e34532
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
18 changed files with 179 additions and 288 deletions

View file

@ -5,7 +5,9 @@
};
services.resolved = {
enable = true;
dnssec = "true";
domains = ["~."];
settings.Resolve = {
DNSSEC = "true";
Domains = ["~."];
};
};
}

View file

@ -1,3 +0,0 @@
{
programs.adb.enable = true;
}

View file

@ -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

View file

@ -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
];

View file

@ -2,7 +2,7 @@
services.tumbler.enable = true; # image thumbnails
programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [
plugins = with pkgs; [
thunar-archive-plugin
];
};