mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-07 20:46:50 +01:00
9 lines
59 B
Nix
9 lines
59 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./root
|
||
|
./jopejoe1
|
||
|
];
|
||
|
}
|