From 67e21bc6199b77876cd4d788181cf3fce665c6d2 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Thu, 21 Aug 2025 16:36:43 -0700 Subject: [PATCH] porgamin --- extras/dev.nix | 1 + systems/BASED.nix | 4 ++++ users/tao/HOME.nix | 6 ++++++ 3 files changed, 11 insertions(+) diff --git a/extras/dev.nix b/extras/dev.nix index 4eec9fc..62aa821 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -8,6 +8,7 @@ go delve gotools + gopls # act # asm-lsp diff --git a/systems/BASED.nix b/systems/BASED.nix index 9f2fedb..a3836db 100644 --- a/systems/BASED.nix +++ b/systems/BASED.nix @@ -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; diff --git a/users/tao/HOME.nix b/users/tao/HOME.nix index cf724d0..e907113 100644 --- a/users/tao/HOME.nix +++ b/users/tao/HOME.nix @@ -107,6 +107,12 @@ in { # package = inputs.jujutsu.packages.${pkgs.system}.default; }; + mpv = { + config = { + demuxer-max-bytes = "10GiB"; + }; + }; + git = { enable = true; userName = "Tao Tien";