9 lines
197 B
Nix
9 lines
197 B
Nix
{
|
|
imports = [../home.nix];
|
|
home = {
|
|
cli.nh.flake = "/home/creug/.dotfiles";
|
|
dev.editors.emacs.enable = false;
|
|
creug.sshKey.content = builtins.readFile ../keys/id_elcafe.pub;
|
|
};
|
|
}
|