nixpkgs/home/packages/lib/default.nix
Daniel Siepmann 6d76ce80a6
First hikari specific configuration
Add a way to detect the current system.
2022-11-03 09:33:15 +01:00

4 lines
68 B
Nix

{
onHikari = _: builtins.readFile(/etc/hostname) == "hikari\n";
}