feat: add ghostty
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
ea6f358eaf
commit
477cff109c
2 changed files with 17 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
|
./ghostty.nix
|
||||||
./irssi.nix
|
./irssi.nix
|
||||||
#./mail.nix
|
#./mail.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
16
home/lander/features/workstation/ghostty.nix
Normal file
16
home/lander/features/workstation/ghostty.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
let
|
||||||
|
theme = import ../../../../lib/theme { inherit pkgs; };
|
||||||
|
in
|
||||||
|
{
|
||||||
|
programs.ghostty = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
font-family = "${theme.fonts.monospace.name}";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
catppuccin.ghostty.enable = true;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue