c36eb51ff4
This is a partial revert, reintroducing hexchen to the project. As it turns out, I am still quite invested in the project and require frequent access to the nix-based infrastructure.
9 lines
141 B
Nix
9 lines
141 B
Nix
{config, lib, pkgs, ...}:
|
|
|
|
let
|
|
sources = import ../nix/sources.nix;
|
|
in {
|
|
imports = [
|
|
(sources.nix-hexchen + "/users/hexchen")
|
|
];
|
|
}
|