6 lines
79 B
Nix
6 lines
79 B
Nix
{config,lib,inputs,...}:{
|
|
imports = [
|
|
./system
|
|
./home-manager
|
|
];
|
|
}
|