nixos/src/system/machines/workstation/default.nix
2025-01-21 10:03:51 -05:00

9 lines
94 B
Nix

{ ... }:
{
imports = [
../../../user/config
./hardware.nix
./system.nix
];
}