mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: whee
This commit is contained in:
parent
9130316c24
commit
d2f5a215e8
3 changed files with 18 additions and 12 deletions
17
nixos/profiles/dev/packages.nix
Normal file
17
nixos/profiles/dev/packages.nix
Normal 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
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
@ -3,18 +3,6 @@
|
||||||
jmtpfs
|
jmtpfs
|
||||||
dnsutils
|
dnsutils
|
||||||
usbutils
|
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 = [
|
services.udev.packages = [
|
||||||
pkgs.android-udev-rules
|
pkgs.android-udev-rules
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,7 @@ _: let
|
||||||
quiet-boot
|
quiet-boot
|
||||||
wireless
|
wireless
|
||||||
gaming
|
gaming
|
||||||
|
dev
|
||||||
])
|
])
|
||||||
++ (with tree.nixos.environments; [
|
++ (with tree.nixos.environments; [
|
||||||
#hyprland
|
#hyprland
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue