Compare commits

..

No commits in common. "72371de9c5400a223394bd803e7a9cc11ca00b08" and "32c165b02fe9ede36427d459fe0913301f818710" have entirely different histories.

4 changed files with 6 additions and 9 deletions

View file

@ -17,11 +17,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1720957393, "lastModified": 1719848872,
"narHash": "sha256-oedh2RwpjEa+TNxhg5Je9Ch6d3W1NKi7DbRO1ziHemA=", "narHash": "sha256-H3+EC5cYuq+gQW8y0lSrrDZfH71LB4DAf+TDFyvwCNA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "693bc46d169f5af9c992095736e82c3488bf7dbb", "rev": "00d80d13810dbfea8ab4ed1009b09100cca86ba8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -128,7 +128,7 @@
set -g set-titles on set -g set-titles on
set -sa terminal-overrides ",*256color:Tc" set -sa terminal-overrides ",*256color:Tc"
# escape-time reduces the time where the escape key acts as an alt key # escape-time reduces the time where the escape key acts as an alt key
set -s escape-time 10 set -s escape-time 1
################################################################################ ################################################################################
# Smart pane switching with awareness of Vim splits. # Smart pane switching with awareness of Vim splits.
# See: https://github.com/christoomey/vim-tmux-navigator # See: https://github.com/christoomey/vim-tmux-navigator

View file

@ -22,10 +22,7 @@ with lib;
virtualisation.docker = { virtualisation.docker = {
enable = true; enable = true;
enableOnBoot = false; enableOnBoot = false;
daemon.settings = { daemon.settings.data-root = "/nix/persist/docker";
data-root = "/nix/persist/docker";
runtimes.runsc.path = "${pkgs.gvisor}/bin/runsc";
};
}; };
# Pipewire # Pipewire

View file

@ -25,7 +25,7 @@ in
thc-hydra thc-hydra
webshells webshells
weevely weevely
# wfuzz # TODO: temporarily broken package wfuzz
(runCommand "gdb" { } "install -D ${gef}/bin/gef $out/bin/gdb") (runCommand "gdb" { } "install -D ${gef}/bin/gef $out/bin/gdb")
]; ];