feat: pull dynamic names for Darwin/Home

This commit is contained in:
Greg Hellings
2026-04-06 16:21:02 -05:00
parent 0d70a9e018
commit 6b7f54d0a2
15 changed files with 64 additions and 49 deletions
@@ -1,11 +1,9 @@
{
pkgs,
lib,
username,
...
}:
let
username = "gregory.hellings";
in
{
# Disables hitting local cache
_module.args.cache = lib.mkForce false;
+1
View File
@@ -0,0 +1 @@
gregory.hellings-mbp/
@@ -4,7 +4,7 @@
...
}:
let
username = "gregory.hellings";
username = "greg";
in
{
# Disables hitting local cache
@@ -13,7 +13,7 @@ in
development = true;
gui = true;
nix.cache = false;
vscodium = false;
zed = true;
};
home = {