1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00
ncc/hosts/best/site.nix

3 lines
61 B
Nix

{ self, ... }: {
imports = [(self + /modules/site.nix)];
}