nixpkgs/home/packages/lib/default.nix

4 lines
68 B
Nix
Raw Normal View History

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