nixos/profiles/default.nix

8 lines
128 B
Nix
Raw Normal View History

2023-01-22 17:18:37 +01:00
# Configuration that spans accross system and home, or are collections of modules
{ ... }:
{
imports = [
./android
];
}