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.
3f6f68c010
...
110b410fbd
2
base.nix
2
base.nix
@ -79,8 +79,6 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.mosh.enable = true;
|
|
||||||
|
|
||||||
users.users.felixalb = {
|
users.users.felixalb = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
feishin
|
feishin
|
||||||
gnutar
|
gnutar
|
||||||
iterm2
|
iterm2
|
||||||
mosh
|
|
||||||
nix-index
|
nix-index
|
||||||
nodejs
|
nodejs
|
||||||
spotify
|
spotify
|
||||||
|
@ -27,10 +27,14 @@ in { pkgs ? import <nixpkgs> {} }:
|
|||||||
feh
|
feh
|
||||||
|
|
||||||
ghidra
|
ghidra
|
||||||
|
pwninit
|
||||||
|
|
||||||
|
metasploit
|
||||||
sqlmap
|
sqlmap
|
||||||
|
|
||||||
exiftool
|
exiftool
|
||||||
|
steghide
|
||||||
|
# stegsolve
|
||||||
|
|
||||||
dig
|
dig
|
||||||
nmap
|
nmap
|
||||||
@ -45,16 +49,12 @@ in { pkgs ? import <nixpkgs> {} }:
|
|||||||
hashcat
|
hashcat
|
||||||
|
|
||||||
] ++ lib.optionals (pkgs.stdenv.isLinux) [
|
] ++ lib.optionals (pkgs.stdenv.isLinux) [
|
||||||
# stegsolve
|
|
||||||
gdb
|
|
||||||
metasploit
|
|
||||||
pwndbg
|
|
||||||
pwninit
|
|
||||||
ropgadget
|
|
||||||
sage
|
sage
|
||||||
steghide
|
gdb
|
||||||
tcpdump
|
pwndbg
|
||||||
|
ropgadget
|
||||||
wireshark
|
wireshark
|
||||||
|
tcpdump
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user