add ghostty to flake
This commit is contained in:
parent
13148a680e
commit
30d8f6d107
2 changed files with 12 additions and 0 deletions
11
home/ghostty.nix
Normal file
11
home/ghostty.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
programs.ghosty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -6,6 +6,7 @@
|
|||
imports = [
|
||||
./alacritty.nix
|
||||
./tmux
|
||||
./ghostty.nix
|
||||
./git.nix
|
||||
./gtk.nix
|
||||
./ssh.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue