nixos/profiles/default.nix
2023-01-23 22:56:30 +01:00

8 lines
143 B
Nix

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