feat(ghostty): switch to nixpkgs version
This commit is contained in:
parent
5702a4fad3
commit
2f6354b8a2
3 changed files with 9 additions and 103 deletions
|
@ -1,18 +1,15 @@
|
|||
{
|
||||
pkgs,
|
||||
ghostty,
|
||||
...
|
||||
}:
|
||||
{
|
||||
hm.home = {
|
||||
packages = [ ghostty.packages.${pkgs.system}.default ];
|
||||
environment.systemPackages = [ pkgs.ghostty ];
|
||||
|
||||
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.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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue