mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 09:19:40 +00:00
9 lines
93 B
Nix
9 lines
93 B
Nix
|
{
|
||
|
imports = [
|
||
|
./wms
|
||
|
./xdg-portals.nix
|
||
|
./xwayland.nix
|
||
|
./services.nix
|
||
|
];
|
||
|
}
|