nixos/profiles/default.nix
2025-12-27 16:27:21 +01:00

27 lines
410 B
Nix

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