Files

9 lines
197 B
Nix
Raw Permalink Normal View History

2026-02-08 00:20:44 +01:00
{
imports = [../home.nix];
home = {
cli.nh.flake = "/home/creug/.dotfiles";
dev.editors.emacs.enable = false;
creug.sshKey.content = builtins.readFile ../keys/id_elcafe.pub;
};
}