nixos/profiles/default.nix
2023-04-02 16:22:02 +02:00

19 lines
288 B
Nix

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