nixos/profiles/default.nix
2023-02-15 20:51:39 +01:00

12 lines
194 B
Nix

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