Add ghostty to darwin systems, add nix darwin as an input
This commit is contained in:
parent
f989eefaa4
commit
5322764881
2 changed files with 15 additions and 4 deletions
|
|
@ -1,2 +1,11 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
ghostty
|
||||
|
||||
];
|
||||
file = {
|
||||
".config/ghostty".source = ../ghostty;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue