We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83b32a commit c8e175fCopy full SHA for c8e175f
flake.nix
@@ -194,6 +194,7 @@
194
195
themes = {
196
bat = "Catppuccin Mocha";
197
+ ghostty = "Catppuccin Mocha";
198
helix = "catppuccin_mocha";
199
spotify-player = "catppuccin-mocha";
200
vscode = {
home-manager/default.nix
@@ -20,6 +20,14 @@
20
sessionVariables = import ./env.nix { inherit pkgs username; };
21
shellAliases = (import ./aliases.nix { inherit pkgs; }).shell;
22
inherit stateVersion username;
23
+
24
+ # Ghostty config
25
+ file.".config/ghostty/config" = {
26
+ text = ''
27
+ theme = ${pkgs.themes.ghostty}
28
+ '';
29
+ executable = false;
30
+ };
31
};
32
imports = [ ];
33
programs = import ./programs.nix { inherit pkgs; };
0 commit comments