1769121798
This commit is contained in:
15
modules/home/ghostty.nix
Normal file
15
modules/home/ghostty.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
package = pkgs.ghostty;
|
||||
|
||||
enableBashIntegration = true;
|
||||
|
||||
settings = {
|
||||
theme = "Catppuccin Macchiato";
|
||||
background-opacity = "0.95";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user