Files
nixos/system/default.nix
T
2026-05-09 15:26:39 +05:30

8 lines
52 B
Nix

{ ... }:
{
imports = [
./overlays.nix
];
}