mirror of
https://github.com/larstvei/nix-config.git
synced 2026-03-01 20:20:11 +00:00
14 lines
144 B
Nix
14 lines
144 B
Nix
{
|
|
imports = [
|
|
./academic
|
|
./editor
|
|
./email
|
|
./git
|
|
./learning
|
|
./multimedia
|
|
./shell
|
|
./spelling
|
|
./utils
|
|
];
|
|
}
|