nixos/profiles/default.nix
2023-01-22 17:22:28 +01:00

7 lines
128 B
Nix

# Configuration that spans accross system and home, or are collections of modules
{ ... }:
{
imports = [
./android
];
}