feat: whee

This commit is contained in:
Kat Inskip 2025-09-18 16:22:22 -07:00
parent 9130316c24
commit d2f5a215e8
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 18 additions and 12 deletions

View file

@ -0,0 +1,17 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
(callPackage ida-pro {
runfile = pkgs.requireFile {
name = "ida-pro_92_x64linux.run";
message = "Don't copy that floppy~!";
hash = "sha256-qt0PiulyuE+U8ql0g0q/FhnzvZM7O02CdfnFAAjQWuE=";
};
normalScript = pkgs.requireFile {
name = "ida-normalScript.py";
message = "Floppy; copied.";
hash = "sha256-8UWf1RKsRNWJ8CC6ceDeIOv4eY3ybxZ9tv5MCHx80NY=";
};
})
android-studio
];
}

View file

@ -3,18 +3,6 @@
jmtpfs
dnsutils
usbutils
(callPackage ida-pro {
runfile = pkgs.requireFile {
name = "ida-pro_92_x64linux.run";
message = "Don't copy that floppy~!";
hash = "sha256-qt0PiulyuE+U8ql0g0q/FhnzvZM7O02CdfnFAAjQWuE=";
};
normalScript = pkgs.requireFile {
name = "ida-normalScript.py";
message = "Floppy; copied.";
hash = "sha256-8UWf1RKsRNWJ8CC6ceDeIOv4eY3ybxZ9tv5MCHx80NY=";
};
})
];
services.udev.packages = [
pkgs.android-udev-rules

View file

@ -50,6 +50,7 @@ _: let
quiet-boot
wireless
gaming
dev
])
++ (with tree.nixos.environments; [
#hyprland