Add ghostty to darwin systems, add nix darwin as an input

This commit is contained in:
Martin Lasson 2025-01-25 14:10:18 +01:00
parent f989eefaa4
commit 5322764881
2 changed files with 15 additions and 4 deletions

View file

@ -1,2 +1,11 @@
{ ... }: {
{ pkgs, ... }: {
home = {
packages = with pkgs; [
ghostty
];
file = {
".config/ghostty".source = ../ghostty;
};
};
}