nixos/profiles/default.nix
2023-04-06 00:05:04 +02:00

23 lines
350 B
Nix

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