9 lines
75 B
Nix
9 lines
75 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./displays
|
||
|
./look
|
||
|
./workspaces
|
||
|
];
|
||
|
}
|