feat(homes): Move ghostty config to nixos and darwin modules
This commit is contained in:
parent
0f3694c82d
commit
92e6da3645
3 changed files with 10 additions and 6 deletions
7
nix/homes/rafiq/desktop/darwin.nix
Normal file
7
nix/homes/rafiq/desktop/darwin.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
flake.modules.darwin.graphical.homebrew = {
|
||||
enable = true;
|
||||
onActivation.cleanup = "uninstall";
|
||||
casks = [ "ghostty" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue