From bc159a3b210d794bd53cf86c542ea909d58be55d Mon Sep 17 00:00:00 2001 From: camel_case <101834410+utfeight@users.noreply.github.com> Date: Sat, 16 Dec 2023 01:35:23 +0300 Subject: [PATCH] fix: infinite recursion lmfao whytf you did put it there --- modules/ghostty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index 92d359c..59cd8ec 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -1,4 +1,4 @@ -{ lib, ulib, pkgs, upkgs, theme, ... }: with ulib; +{ lib, ulib, pkgs, upkgs, theme, ... }: graphicalConfiguration { programs.nushell.environmentVariables.TERMINAL = "ghostty";