restructure home manager configs
This commit is contained in:
11
modules/hm/ghostty.nix
Normal file
11
modules/hm/ghostty.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
"font-family" = "Intel One Mono";
|
||||
"theme" = "GruvboxDark";
|
||||
"background-opacity" = 0.6;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user