???
This commit is contained in:
15
modules/home/ghostty.nix
Normal file
15
modules/home/ghostty.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
package = lib.mkForce (pkgs.runCommand "ghostty-stub" { } "mkdir -p $out");
|
||||
|
||||
enableZshIntegration = true;
|
||||
|
||||
settings = {
|
||||
theme = "Catppuccin Macchiato";
|
||||
background-opacity = "0.95";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user