diff --git a/home/home.nix b/home/home.nix index 17d7bc7..611efff 100644 --- a/home/home.nix +++ b/home/home.nix @@ -118,7 +118,7 @@ let pdfgrep #torsocks # FIXME: broken on darwin-aarch64 # zig dependency breaks occasionally, stay on C version for now - ncdu + ncdu_1 #psmisc # for killall dos2unix #reptyr # re-bind running program to other tty @@ -129,6 +129,7 @@ let jq age _1password + lnav ]; nixHelpers = [ @@ -350,6 +351,12 @@ in version = "2023.5.12771008"; sha256 = "sha256-lJG0RRUUMhQGs2a6oBtoqt+uY1kSJ0+cbmaP07hNh2o="; } + { + name = "vscode-pets"; + publisher = "tonybaloney"; + version = "1.25.1"; + sha256 = "sha256-as3e2LzKBSsiGs/UGIZ06XqbLh37irDUaCzslqITEJQ="; + } ]; userSettings = let defaultPython = pkgs.python3.withPackages (ps: [ @@ -516,6 +523,7 @@ programs.bat = { *.swo ''); core.whitespace = "-blank-at-eol,blank-at-eof,space-before-tab"; + rerere.enabled = true; }; lfs.enable = true; };