mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 06:29:41 +00:00
7 lines
56 B
Nix
7 lines
56 B
Nix
|
_: {
|
||
|
imports = [
|
||
|
./device
|
||
|
./system.nix
|
||
|
];
|
||
|
}
|