2021-05-09 11:30:49 +02:00
|
|
|
# Configuration that spans accross system and home, or are almagations of modules
|
|
|
|
{ ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
2021-09-25 15:26:21 +02:00
|
|
|
./bluetooth
|
|
|
|
./devices
|
|
|
|
./gtk
|
|
|
|
./laptop
|
2022-12-16 12:13:36 +01:00
|
|
|
./printing
|
2021-09-25 15:26:21 +02:00
|
|
|
./wm
|
|
|
|
./x
|
2021-05-09 11:30:49 +02:00
|
|
|
];
|
|
|
|
}
|