Skip to content

Commit c8e175f

Browse files
committed
Set Ghostty config using HM
1 parent c83b32a commit c8e175f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@
194194

195195
themes = {
196196
bat = "Catppuccin Mocha";
197+
ghostty = "Catppuccin Mocha";
197198
helix = "catppuccin_mocha";
198199
spotify-player = "catppuccin-mocha";
199200
vscode = {

home-manager/default.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
sessionVariables = import ./env.nix { inherit pkgs username; };
2121
shellAliases = (import ./aliases.nix { inherit pkgs; }).shell;
2222
inherit stateVersion username;
23+
24+
# Ghostty config
25+
file.".config/ghostty/config" = {
26+
text = ''
27+
theme = ${pkgs.themes.ghostty}
28+
'';
29+
executable = false;
30+
};
2331
};
2432
imports = [ ];
2533
programs = import ./programs.nix { inherit pkgs; };

0 commit comments

Comments
 (0)