add some cli tools
This commit is contained in:
@@ -156,6 +156,7 @@
|
|||||||
./modules/graphical/ime.nix
|
./modules/graphical/ime.nix
|
||||||
./modules/graphical/code.nix
|
./modules/graphical/code.nix
|
||||||
./modules/graphical/shared.nix
|
./modules/graphical/shared.nix
|
||||||
|
./modules/fh/forensik.nix
|
||||||
./systems/laptop/configuration.nix
|
./systems/laptop/configuration.nix
|
||||||
./modules/cli-tools.nix
|
./modules/cli-tools.nix
|
||||||
./modules/virt-manager.nix
|
./modules/virt-manager.nix
|
||||||
|
|||||||
@@ -198,8 +198,8 @@
|
|||||||
"$mainMod, mouse_down, workspace, e+1"
|
"$mainMod, mouse_down, workspace, e+1"
|
||||||
"$mainMod, mouse_up, workspace, e-1"
|
"$mainMod, mouse_up, workspace, e-1"
|
||||||
|
|
||||||
"ALT, Tab, cyclenext,"
|
# "ALT, Tab, cyclenext,"
|
||||||
"ALT, Tab, bringactivetotop,"
|
# "ALT, Tab, bringactivetotop,"
|
||||||
];
|
];
|
||||||
|
|
||||||
bindm = [
|
bindm = [
|
||||||
|
|||||||
@@ -18,5 +18,7 @@
|
|||||||
nethogs
|
nethogs
|
||||||
dig
|
dig
|
||||||
smartmontools
|
smartmontools
|
||||||
|
bc
|
||||||
|
xxd
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
9
modules/fh/forensik.nix
Normal file
9
modules/fh/forensik.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ pkgs, ...} :
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
regripper
|
||||||
|
volatility3
|
||||||
|
foremost
|
||||||
|
binwalk
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user