From 5f002c74057f93a710928e85f95db486e394d522 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 11 May 2024 10:32:14 -0400 Subject: [PATCH] fish: Remove tauri text size workaround Would rather just not use tauri than have this in the config. --- home/fish.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/home/fish.nix b/home/fish.nix index 707565cc..96733b9c 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -1,8 +1,5 @@ -{ pkgs, ... }: +{ ... }: -let - inherit (pkgs) gsettings-desktop-schemas gtk3; -in { programs.fish = { enable = true; @@ -15,7 +12,6 @@ in export NODE_PATH="$HOME/.npm-packages/lib/node_modules" export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" export TERMCMD="kitty --single-instance" - export XDG_DATA_DIRS="${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name}:${gtk3}/share/gsettings-schemas/${gtk3.name}:$XDG_DATA_DIRS" export DIRENV_LOG_FORMAT="" export GPG_TTY=(tty)