feat: pull dynamic names for Darwin/Home
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
let
|
||||
username = "gregory.hellings";
|
||||
in
|
||||
{
|
||||
# Disables hitting local cache
|
||||
_module.args.cache = lib.mkForce false;
|
||||
Symlink
+1
@@ -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 = {
|
||||
Reference in New Issue
Block a user