mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 08:19:42 +00:00
11 lines
109 B
Nix
11 lines
109 B
Nix
_: {
|
|
imports = [
|
|
./wms
|
|
./launchers
|
|
./apps
|
|
./bars
|
|
./browsers
|
|
./file-managers
|
|
];
|
|
}
|