mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 09:39:42 +00:00
8 lines
69 B
Nix
8 lines
69 B
Nix
|
{
|
||
|
imports = [
|
||
|
./services
|
||
|
./programs
|
||
|
./fonts.nix
|
||
|
];
|
||
|
}
|