add nvix as editor

This commit is contained in:
TheWanderingCrow 2025-06-25 10:32:02 -04:00
parent df118f95a4
commit ddb6a7f013
4 changed files with 36 additions and 0 deletions

View file

@ -5,6 +5,7 @@
protontricks = {
enable = true;
};
extraCompatPackages = [pkgs.unstable.proton-ge-bin];
};
gamescope = {
enable = true;
@ -21,4 +22,11 @@
};
};
};
environment.systemPackages = with pkgs; [
vintagestory
mudlet
r2modman
prismlauncher
obs-studio
];
}

View file

@ -0,0 +1,18 @@
{pkgs, ...}: {
programs = {
wireshark = {
enable = true;
usbmon.enable = true;
dumpcap.enable = true;
};
};
environment.systemPackages = with pkgs; [
metasploit
exploitdb
termshark
nmap
dirstalk
hashcat
];
}