mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-09 22:19:42 +00:00
13 lines
142 B
Nix
13 lines
142 B
Nix
_: {
|
|
imports = [
|
|
./wms
|
|
./launchers
|
|
./apps
|
|
./bars
|
|
./browsers
|
|
./file-managers
|
|
./games
|
|
./screen-lockers
|
|
];
|
|
}
|