haccfiles/common/hexchen.nix

10 lines
142 B
Nix
Raw Normal View History

2020-11-27 20:56:20 +00:00
{config, lib, pkgs, ...}:
let
sources = import ../nix/sources.nix;
in {
imports = [
(sources.nix-hexchen + "/users/hexchen")
];
2020-11-27 20:56:20 +00:00
}