Bruno BELANYI
27564cad42
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This isn't really a cross-cutting module, it should be a module rather than a profile.
13 lines
184 B
Nix
13 lines
184 B
Nix
# Configuration that spans accross system and home, or are almagations of modules
|
|
{ ... }:
|
|
{
|
|
imports = [
|
|
./bluetooth
|
|
./devices
|
|
./gtk
|
|
./laptop
|
|
./wm
|
|
./x
|
|
];
|
|
}
|