nixos/profiles/default.nix
2026-04-23 23:42:26 +02:00

29 lines
429 B
Nix

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