flake: Initialise new repository
This commit is contained in:
commit
1eb25ada72
41 changed files with 1657 additions and 0 deletions
14
modules/home-manager/ghostty.nix
Normal file
14
modules/home-manager/ghostty.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
package = null;
|
||||
enableZshIntegration = true;
|
||||
settings = {
|
||||
font-size = 16;
|
||||
window-padding-x = 5;
|
||||
window-padding-balance = true;
|
||||
mouse-hide-while-typing = true;
|
||||
macos-option-as-alt = "left";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue