nixos/profiles/default.nix
2023-03-19 12:42:28 +01:00

15 lines
236 B
Nix

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