Files
nix-config-ryan4yin/home/linux/core.nix
2024-03-14 00:33:38 +08:00

9 lines
73 B
Nix

{
imports = [
../base/core
../base/home.nix
./base
];
}