Files
nix/etc/nixos/configuration.nix
2025-03-23 13:45:37 -05:00

8 lines
56 B
Nix

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