Compare commits
No commits in common. "f0e979adf8bc1d0b7026f003fed82ef9e05f0566" and "49c7a042fd388c51a9fd885bf48074ec1a614851" have entirely different histories.
f0e979adf8
...
49c7a042fd
|
@ -118,7 +118,7 @@ let
|
||||||
pdfgrep
|
pdfgrep
|
||||||
#torsocks # FIXME: broken on darwin-aarch64
|
#torsocks # FIXME: broken on darwin-aarch64
|
||||||
# zig dependency breaks occasionally, stay on C version for now
|
# zig dependency breaks occasionally, stay on C version for now
|
||||||
ncdu_1
|
ncdu
|
||||||
#psmisc # for killall
|
#psmisc # for killall
|
||||||
dos2unix
|
dos2unix
|
||||||
#reptyr # re-bind running program to other tty
|
#reptyr # re-bind running program to other tty
|
||||||
|
@ -129,7 +129,6 @@ let
|
||||||
jq
|
jq
|
||||||
age
|
age
|
||||||
_1password
|
_1password
|
||||||
lnav
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nixHelpers = [
|
nixHelpers = [
|
||||||
|
@ -351,12 +350,6 @@ in
|
||||||
version = "2023.5.12771008";
|
version = "2023.5.12771008";
|
||||||
sha256 = "sha256-lJG0RRUUMhQGs2a6oBtoqt+uY1kSJ0+cbmaP07hNh2o=";
|
sha256 = "sha256-lJG0RRUUMhQGs2a6oBtoqt+uY1kSJ0+cbmaP07hNh2o=";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "vscode-pets";
|
|
||||||
publisher = "tonybaloney";
|
|
||||||
version = "1.25.1";
|
|
||||||
sha256 = "sha256-as3e2LzKBSsiGs/UGIZ06XqbLh37irDUaCzslqITEJQ=";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
userSettings = let
|
userSettings = let
|
||||||
defaultPython = pkgs.python3.withPackages (ps: [
|
defaultPython = pkgs.python3.withPackages (ps: [
|
||||||
|
@ -523,7 +516,6 @@ programs.bat = {
|
||||||
*.swo
|
*.swo
|
||||||
'');
|
'');
|
||||||
core.whitespace = "-blank-at-eol,blank-at-eof,space-before-tab";
|
core.whitespace = "-blank-at-eol,blank-at-eof,space-before-tab";
|
||||||
rerere.enabled = true;
|
|
||||||
};
|
};
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue