ghostty
This commit is contained in:
@ -26,6 +26,7 @@
|
||||
./home/home-manager.nix # Base user environment
|
||||
./home/hyprlock.nix # Hyprlock screen lock user config
|
||||
./home/rofi.nix # Rofi user config
|
||||
./home/ghostty.nix # Ghostty user config
|
||||
];
|
||||
};
|
||||
|
||||
|
10
modules/home/ghostty.nix
Normal file
10
modules/home/ghostty.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
"font" = "Intel One Mono";
|
||||
"theme" = "gruvbox-dark";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user