nixos-config/desktop/config/default.nix

7 lines
79 B
Nix
Raw Normal View History

2022-01-06 22:16:45 -05:00
{ config, pkgs, ... }:
{
imports = [
./hardware-configuration.nix
];
}