ghostty settings in hm
This commit is contained in:
parent
79ee8905cd
commit
02eb626d33
1 changed files with 12 additions and 17 deletions
|
|
@ -11,27 +11,22 @@
|
||||||
enableVPN = false;
|
enableVPN = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
rio = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
theme = "catppuccin-mocha";
|
|
||||||
fonts = {
|
|
||||||
family = "FiraCode Nerd Font";
|
|
||||||
size = 16.0;
|
|
||||||
emoji.family = "Noto Color Emoji";
|
|
||||||
};
|
|
||||||
confirm-before-quit = false;
|
|
||||||
window = {
|
|
||||||
width = 1121;
|
|
||||||
height = 633;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
ghostty = {
|
ghostty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
|
settings = {
|
||||||
|
cursor-style = "block";
|
||||||
|
shell-integration-features = "no-cursor";
|
||||||
|
cursor-style-blink = false;
|
||||||
|
custom-shader = "${builtins.fetchurl {
|
||||||
|
url = "https://raw.githubusercontent.com/hackr-sh/ghostty-shaders/cb6eb4b0d1a3101c869c62e458b25a826f9dcde3/cursor_blaze.glsl";
|
||||||
|
sha256 = "sha256-0g2lgqjdrn3c51glry7x2z30y7ml0y61arl5ykmf4yj0p85s5f41";
|
||||||
|
}}";
|
||||||
|
theme = "Banana Blueberry";
|
||||||
|
window-theme = "ghostty";
|
||||||
|
bell-features = "border";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
password-store = {
|
password-store = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue