The configuration files for all my Nix systems
4

Configure Feed

Select the types of activity you want to include in your feed.

refactor: add patched tack package to hosts

hanna (Jun 23, 2026, 5:16 PM EDT) 4ff013eb 39dd45c6

+9 -1
+6
hosts/carbon/system/env.nix
··· 1 + { self, pkgs, ... }: 2 + 1 3 { 4 + environment.systemPackages = with pkgs; [ 5 + self.packages.${system}.tack 6 + ]; 7 + 2 8 programs = { 3 9 bash.enable = false; 4 10 gnupg.agent.enable = true;
+3 -1
hosts/mercury/system/env.nix
··· 1 - { pkgs, ... }: 1 + { self, pkgs, ... }: 2 2 3 3 { 4 4 environment = { 5 5 localBinInPath = true; 6 6 memoryAllocator.provider = "mimalloc"; 7 + 7 8 systemPackages = with pkgs; [ 9 + self.packages.${system}.tack 8 10 git-lfs 9 11 helix 10 12 unzip