nixos/copilot/hosts/laptop-office/configuration.nix
2026-02-10 13:41:47 +01:00

3 lines
73 B
Nix

{ config, pkgs, ... }: {
imports = [ ./hardware-configuration.nix ];
}