mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
updated some configs and theming
This commit is contained in:
parent
bd56720268
commit
8a2031c511
9 changed files with 80 additions and 181 deletions
9
dot_config/flake/home/ghostty.nix
Normal file
9
dot_config/flake/home/ghostty.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{...}: {
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
theme = "dark:catppuccin-macchiato,light:catppuccin-latte";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue