config.nix/imports.nix

7 lines
67 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./boot.nix
];
}