6 lines
No EOL
70 B
Nix
6 lines
No EOL
70 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
];
|
|
} |