From a97edb3e3ef408a13ef66389e097a1339b4b4c5c Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Tue, 12 Nov 2024 11:58:18 -0500 Subject: [PATCH] Removed detachedtext. --- hosts/randolph/home.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/randolph/home.nix b/hosts/randolph/home.nix index a0c20fc..30cd5eb 100644 --- a/hosts/randolph/home.nix +++ b/hosts/randolph/home.nix @@ -161,11 +161,8 @@ in { # Fixes electron apps and also nnn home.sessionVariables = - let detachedtext = pkgs.writeShellScript "detachedtext" - (builtins.readFile "${scripts}/detachedtext.sh"); - in { + { NIXOS_OZONE_WL = "1"; - VISUAL = detachedtext; }; # configure fonts correctly