nixos-hardware/dell/xps/15-9500/default.nix

9 lines
66 B
Nix
Raw Normal View History

{ lib, pkgs, ... }:
{
imports = [
./xps-common.nix
];
}