nixos/profiles/default.nix
2023-06-22 20:54:16 +02:00

26 lines
398 B
Nix

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