nix/hosts/laptop/default.nix

6 lines
No EOL
70 B
Nix

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