init ghostty
This commit is contained in:
parent
833a228870
commit
64ee8f436f
4 changed files with 143 additions and 6 deletions
6
home/ghostty.nix
Normal file
6
home/ghostty.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }: {
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
}
|
|
@ -7,6 +7,7 @@
|
|||
./common.nix
|
||||
../foot.nix
|
||||
../niri
|
||||
../ghostty.nix
|
||||
];
|
||||
home = {
|
||||
username = "yt";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue