3 lines
73 B
Nix
3 lines
73 B
Nix
{ config, pkgs, ... }: {
|
|
imports = [ ./hardware-configuration.nix ];
|
|
}
|
{ config, pkgs, ... }: {
|
|
imports = [ ./hardware-configuration.nix ];
|
|
}
|