nixos/profiles/default.nix
2023-02-15 20:56:33 +01:00

13 lines
210 B
Nix

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