2
2
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2024-12-22 12:07:29 +01:00

Compare commits

..

No commits in common. "3f6f68c010a8c21136a52b8661e0fc48ba315155" and "110b410fbdccce9b46d445d3a71418284fbc2680" have entirely different histories.

3 changed files with 8 additions and 11 deletions

View File

@ -79,8 +79,6 @@
'';
};
programs.mosh.enable = true;
users.users.felixalb = {
isNormalUser = true;
extraGroups = [

View File

@ -20,7 +20,6 @@
feishin
gnutar
iterm2
mosh
nix-index
nodejs
spotify

View File

@ -27,10 +27,14 @@ in { pkgs ? import <nixpkgs> {} }:
feh
ghidra
pwninit
metasploit
sqlmap
exiftool
steghide
# stegsolve
dig
nmap
@ -45,16 +49,12 @@ in { pkgs ? import <nixpkgs> {} }:
hashcat
] ++ lib.optionals (pkgs.stdenv.isLinux) [
# stegsolve
gdb
metasploit
pwndbg
pwninit
ropgadget
sage
steghide
tcpdump
gdb
pwndbg
ropgadget
wireshark
tcpdump
];
}