diff --git a/home/home.nix b/home/home.nix index 611efff..17d7bc7 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_1 + ncdu #psmisc # for killall dos2unix #reptyr # re-bind running program to other tty @@ -129,7 +129,6 @@ let jq age _1password - lnav ]; nixHelpers = [ @@ -351,12 +350,6 @@ 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: [ @@ -523,7 +516,6 @@ programs.bat = { *.swo ''); core.whitespace = "-blank-at-eol,blank-at-eof,space-before-tab"; - rerere.enabled = true; }; lfs.enable = true; };