chore(programs/ghostty): switch to home manager module
This commit is contained in:
parent
73e6d519aa
commit
54ea99d44c
1 changed files with 12 additions and 13 deletions
|
@ -1,15 +1,14 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.ghostty ];
|
||||
|
||||
hm.home.file.".config/ghostty/config".text = ''
|
||||
theme = light:catppuccin-latte,dark:catppuccin-mocha
|
||||
font-family = Iosevka Term
|
||||
font-size = 12
|
||||
font-feature = -calt
|
||||
font-feature = -dlig
|
||||
'';
|
||||
hm.programs.ghostty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme = "light:catppuccin-latte,dark:catppuccin-mocha";
|
||||
font-family = "Iosevka Term";
|
||||
font-size = 12;
|
||||
font-feature = [
|
||||
"-calt"
|
||||
"-dlig"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue