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

20 lines
305 B
Nix

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