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

10 lines
167 B
Nix

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