feat: sshkey romantic, and yazi theme

This commit is contained in:
Ryan Yin
2023-12-28 21:45:45 +08:00
parent b81b285d92
commit 6442377d1c
4 changed files with 29 additions and 11 deletions

View File

@@ -25,6 +25,12 @@
owner = username;
};
"ssh-key-romantic" = {
file = "${mysecrets}/ssh-key-romantic.age";
mode = "0600";
owner = username;
};
# alias-for-work
"alias-for-work.nushell" = {
file = "${mysecrets}/alias-for-work.nushell.age";
@@ -52,6 +58,10 @@
source = config.age.secrets."wg-business.conf".path;
};
"agenix/ssh-key-romantic" = {
source = config.age.secrets."ssh-key-romantic".path;
};
# The following secrets are used by home-manager modules
# But nix-darwin doesn't support environment.etc.<name>.mode
# So we need to change its mode manually