mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
8 lines
73 B
Nix
8 lines
73 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./engineering.nix
|
|
./notes.nix
|
|
];
|
|
}
|