2024-01-03 17:51:34 +01:00
|
|
|
# Configuration that spans accross system and home, or are almagations of modules
|
|
|
|
{ ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
2024-01-03 17:51:34 +01:00
|
|
|
./bluetooth
|
2024-01-03 18:03:09 +01:00
|
|
|
./devices
|
2024-01-03 18:03:47 +01:00
|
|
|
./gtk
|
2024-01-03 17:51:34 +01:00
|
|
|
];
|
|
|
|
}
|