mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
13 lines
210 B
Nix
13 lines
210 B
Nix
# Configuration that spans accross system and home, or are collections of modules
|
|
{ ... }:
|
|
{
|
|
imports = [
|
|
./3d-design
|
|
./android
|
|
./clean
|
|
./latex
|
|
./powersave
|
|
./printing
|
|
./sync
|
|
];
|
|
}
|