Compare commits
4 commits
49c7a042fd
...
f0e979adf8
Author | SHA1 | Date | |
---|---|---|---|
|
f0e979adf8 | ||
|
9ad6106e29 | ||
|
0d8df74f86 | ||
|
356a7ee689 |
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue