feat(desktop): add ghostty config in hm
This commit is contained in:
parent
5fdb95c65c
commit
7e204a26a7
2 changed files with 19 additions and 3 deletions
18
programs/ghostty.nix
Normal file
18
programs/ghostty.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
pkgs,
|
||||
ghostty,
|
||||
...
|
||||
}: {
|
||||
hm.home = {
|
||||
packages = [ghostty.packages.${pkgs.system}.default];
|
||||
|
||||
file.".config/ghostty/config".text = ''
|
||||
theme = rose-pine
|
||||
font-family = Iosevka Nerd Font
|
||||
font-size = 12
|
||||
|
||||
selection-foreground = #908caa
|
||||
selection-background = #26233a
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue