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,
|
hm.programs.ghostty = {
|
||||||
...
|
enable = true;
|
||||||
}:
|
settings = {
|
||||||
{
|
theme = "light:catppuccin-latte,dark:catppuccin-mocha";
|
||||||
environment.systemPackages = [ pkgs.ghostty ];
|
font-family = "Iosevka Term";
|
||||||
|
font-size = 12;
|
||||||
hm.home.file.".config/ghostty/config".text = ''
|
font-feature = [
|
||||||
theme = light:catppuccin-latte,dark:catppuccin-mocha
|
"-calt"
|
||||||
font-family = Iosevka Term
|
"-dlig"
|
||||||
font-size = 12
|
];
|
||||||
font-feature = -calt
|
};
|
||||||
font-feature = -dlig
|
};
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue