feat(elcafe): add creug user

This commit is contained in:
2026-02-08 00:20:44 +01:00
parent 35541ea5ae
commit 0815dd3a30
10 changed files with 116 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
{
imports = [../home.nix];
home = {
cli.nh.flake = "/home/creug/.dotfiles";
dev.editors.emacs.enable = false;
creug.sshKey.content = builtins.readFile ../keys/id_elcafe.pub;
};
}