seeing if it's easier to fork tA's nixos laptop config rather than make one from scratch (more or less).
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
164B

  1. {
  2. age = {
  3. secrets = {
  4. secret1.file = ./secret1.age;
  5. };
  6. # sshKeyPaths = [ ../keys ];
  7. sshKeyPaths = [ "/home/thorn/.ssh/id_ed25519" ];
  8. };
  9. }