nixos/profiles/default.nix
2023-02-13 21:24:21 +01:00

9 lines
155 B
Nix

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