dotfiles/home/by-host/vasa/default.nix
Christopher Mühl bd0a03e7b8 Re-enable darwin builds
home-manager only for now
2026-01-30 12:10:31 +01:00

16 lines
275 B
Nix

{
pkgs,
config,
...
} @ all: {
bosun.key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHl33DPxxzxrNNjM8rL4ktAj4ExzCyGiU8rKog0csxNA";
imports =
[
];
home.username = "christopher";
home.homeDirectory = "/Users/christopher";
elements.kitty.enable = true;
}