mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-17 02:01:09 +02:00
meta(home-manager): Determine isPhone from nixosConfig
Simplifies things a bit since we no longer depend on a phone variable, thus making the individual files easier to copy/paste.
This commit is contained in:
@ -189,7 +189,7 @@ in
|
||||
};
|
||||
|
||||
extraSpecialArgs = {
|
||||
inherit nix-config phone;
|
||||
inherit nix-config;
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user