Files
nix-config-v2/modules/machine/yshtola/default.nix

7 lines
89 B
Nix
Raw Normal View History

2026-02-17 18:24:34 -05:00
{ ... }: {
imports = [
./configuration.nix
./hardware-configuration.nix
];
}