This commit is contained in:
Tao Tien 2025-08-21 16:36:43 -07:00
parent 96902144be
commit 67e21bc619
3 changed files with 11 additions and 0 deletions

View file

@ -8,6 +8,7 @@
go
delve
gotools
gopls
# act
# asm-lsp

View file

@ -174,6 +174,10 @@
imports = [(modulesPath + "/installer/scan/not-detected.nix")];
programs.nix-ld = {
enable = true;
};
nix.settings = {
experimental-features = "nix-command flakes";
auto-optimise-store = true;

View file

@ -107,6 +107,12 @@ in {
# package = inputs.jujutsu.packages.${pkgs.system}.default;
};
mpv = {
config = {
demuxer-max-bytes = "10GiB";
};
};
git = {
enable = true;
userName = "Tao Tien";