added metadata to flake, fixed darwin ghostty issue

not really, ghostty is broken on darwin systems
This commit is contained in:
2025-05-29 20:45:34 -04:00
parent b2a183a520
commit f6f810c910
4 changed files with 17 additions and 1 deletions

View File

@ -29,6 +29,8 @@
inherit userName userEmail ghostty;
};
in {
meta = import ./meta;
# Primary laptop - MacBook Pro (2023, M3)
darwinConfigurations."sephiroth" = darwin.lib.darwinSystem {
system = "aarch64-darwin";