diff --git a/users/modules/desktop.nix b/users/modules/desktop.nix index b2661bf..e914cc0 100644 --- a/users/modules/desktop.nix +++ b/users/modules/desktop.nix @@ -13,15 +13,13 @@ ghostty = { enable = true; - enableFishIntegration = 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"; + sha256 = "sha256:0g2lgqjdrn3c51glry7x2z30y7ml0y61arl5ykmf4yj0p85s5f41"; }}"; theme = "Banana Blueberry"; window-theme = "ghostty";