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": {
"locked": {
"lastModified": 1720957393,
"narHash": "sha256-oedh2RwpjEa+TNxhg5Je9Ch6d3W1NKi7DbRO1ziHemA=",
"lastModified": 1719848872,
"narHash": "sha256-H3+EC5cYuq+gQW8y0lSrrDZfH71LB4DAf+TDFyvwCNA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "693bc46d169f5af9c992095736e82c3488bf7dbb",
"rev": "00d80d13810dbfea8ab4ed1009b09100cca86ba8",
"type": "github"
},
"original": {

View file

@ -128,7 +128,7 @@
set -g set-titles on
set -sa terminal-overrides ",*256color:Tc"
# 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.
# See: https://github.com/christoomey/vim-tmux-navigator

View file

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

View file

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