nixos/profiles/default.nix
Felix Buehler a7b87a8cb1
Some checks failed
/ Build Nix targets (push) Has been cancelled
profile/nix: init and add shh
2025-10-05 17:13:23 +02:00

26 lines
399 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
./nix
./powersave
./printing
./sway
./sync
./update
./usb-iso
./webcam
];
}