nixos-config/desktop/config/default.nix
2022-01-06 22:16:45 -05:00

7 lines
79 B
Nix

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