mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
25 lines
389 B
Nix
25 lines
389 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
|
|
];
|
|
}
|