configuration.nix/sys/laptop/default.nix

12 lines
120 B
Nix
Raw Normal View History

2023-08-07 10:19:48 +02:00
{ config, pkgs, ... }:
{
imports =
[
./configuration.nix
../../hardware-configuration.nix
];
}