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:
Donovan Glover
2024-09-08 23:14:11 -04:00
parent 9e59527e9a
commit 4b5d240ebd
4 changed files with 18 additions and 12 deletions

View File

@ -189,7 +189,7 @@ in
};
extraSpecialArgs = {
inherit nix-config phone;
inherit nix-config;
};
};