Compare commits

..

No commits in common. "f0e979adf8bc1d0b7026f003fed82ef9e05f0566" and "49c7a042fd388c51a9fd885bf48074ec1a614851" have entirely different histories.

View file

@ -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;
};