dotfiles/homes/x86_64-darwin/christopher@molybdenum/default.nix
Christopher Mühl 53b8448159 Make common modules compatible for nix-darwin
TODO: Determine why nushell config is populated twice
2025-08-06 23:14:38 +02:00

17 lines
326 B
Nix

{
pkgs,
config,
...
} @ all: {
elements.secrets = {
rekeyPath = "christopher_molybdenum";
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHl33DPxxzxrNNjM8rL4ktAj4ExzCyGiU8rKog0csxNA";
};
elements.kitty.enable = true;
home.packages = with pkgs; [
_elements.to-s3
_elements.connect-to-mercury
];
}