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 = [
|
imports = [
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./tmux
|
./tmux
|
||||||
|
./ghostty.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./gtk.nix
|
./gtk.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue