From 2d2d9652a3e5757b7742425ab711268af8eacce9 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Thu, 22 Jan 2026 13:27:56 -0500 Subject: [PATCH 1/3] Update flake.lock - worked --- flake.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index ece55ce..41964e9 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1767811801, - "narHash": "sha256-QICeGwbXfqtaOZmgh6BrSBB72drPuHO3pjuyh+x8eIY=", + "lastModified": 1768325819, + "narHash": "sha256-mBKqOJkxCRwEhIXfq93WTcDXsBlJ/f1Dfv9thJxrDPs=", "owner": "nix-community", "repo": "home-manager", - "rev": "c068188a8e5c277f7bc8671557a7568864b57515", + "rev": "b1fa714d6cd656e3105d1965637be6ab7541d7d7", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1767767207, - "narHash": "sha256-Mj3d3PfwltLmukFal5i3fFt27L6NiKXdBezC1EBuZs4=", + "lastModified": 1768127708, + "narHash": "sha256-1Sm77VfZh3mU0F5OqKABNLWxOuDeHIlcFjsXeeiPazs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "5912c1772a44e31bf1c63c0390b90501e5026886", + "rev": "ffbc9f8cbaacfb331b6017d5a5abb21a492c9a38", "type": "github" }, "original": { From 9446d1ff84c5d152f5bad80a2a4261ccd490a295 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Thu, 22 Jan 2026 13:28:19 -0500 Subject: [PATCH 2/3] Add: dcli, fresh, opencode --- hosts/default/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 09f50f6..4f8d5af 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -245,6 +245,7 @@ in # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + opencode # ai coding tool asciinema # terminal recorder/playback tool freerdp # connect to KDE remotely w/RDP instead (KDE 6.1 servers)...seems it's still an xwindows client that's most tested. 🤮 openh264 # rather, this is the client library @@ -254,6 +255,7 @@ in binutils # gnu bin utils # conda # python environment management gettext # gnu lib for text manipulation (added for envsubst) + fresh-editor # cli editor like...notepad++ or someething? seems nice. uv # alternative for python env management... lazydocker # docker[/compose] tui sqlite-interactive # sqlite cli @@ -301,6 +303,7 @@ in brave # privacy oriented browser zig # the zig language powerline # prompt utility + dust # cli hdd space usage visualization distrobox # instant alternate OS availability pigz # muti-treaded replacement for gzip unzip # old standard zip handler From 6570a5b51c9191ed20b5a50ce617bf6e74312046 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Thu, 22 Jan 2026 13:28:45 -0500 Subject: [PATCH 3/3] Disable git.lfs - hoping this will stop the git issues But I don't think it did --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 4f8d5af..0a665cf 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -335,7 +335,7 @@ in programs.zsh.enable = true; programs.git = { enable = true; - lfs.enable = true; + lfs.enable = false; }; # Orchestrator for FOSS VR stack #programs.envision = {