nixos/sysConfig/desktop/default.nix
2023-06-05 15:14:24 -04:00

8 lines
71 B
Nix

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