9 lines
83 B
Nix
9 lines
83 B
Nix
# hm-config.nix
|
|
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
|
./flake.nix
|
|
];
|
|
}
|