Files
nix-config-v2/modules/machine/estinien/default.nix
T

7 lines
89 B
Nix
Raw Normal View History

2026-08-10 22:02:49 -04:00
{ ... }: {
imports = [
./configuration.nix
./hardware-configuration.nix
];
}