nixos/profiles/default.nix
2023-03-26 18:50:46 +02:00

18 lines
276 B
Nix

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