2021-05-09 11:30:49 +02:00
|
|
|
# Configuration that spans accross system and home, or are almagations of modules
|
|
|
|
{ ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
2021-05-09 11:39:20 +02:00
|
|
|
./bluetooth.nix
|
2021-05-09 11:48:27 +02:00
|
|
|
./gtk.nix
|
2021-05-09 12:04:04 +02:00
|
|
|
./laptop.nix
|
2021-05-09 11:45:23 +02:00
|
|
|
./wm.nix
|
2021-05-09 11:56:28 +02:00
|
|
|
./x.nix
|
2021-05-09 11:30:49 +02:00
|
|
|
];
|
|
|
|
}
|