mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-01-21 22:58:33 +08:00
7 lines
No EOL
96 B
Nix
7 lines
No EOL
96 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
./../../modules/core
|
|
];
|
|
} |