nixos/profiles/default.nix
2023-03-19 12:38:08 +01:00

14 lines
221 B
Nix

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