From aa62fb72ca1a45f188b67eb6b0013c8112e9610a Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 23 Jun 2025 00:20:08 +0300 Subject: [PATCH] dont use other configuration --- home/wezterm.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/wezterm.nix b/home/wezterm.nix index 266a04d..92ba79c 100644 --- a/home/wezterm.nix +++ b/home/wezterm.nix @@ -12,9 +12,9 @@ _G.shells = { fish = '${lib.getExe pkgs.fish}' }; - - local cfg = require('config'); - return cfg + return { + default_prog = { _G.shells.fish }, + } ''; }; };