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

7 lines
89 B
Nix
Raw Normal View History

2026-08-08 14:39:39 -04:00
{ ... }: {
imports = [
./configuration.nix
./hardware-configuration.nix
];
}