From 21d2a05769c92089d8dbd141b5d4ed5889fb3d77 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 26 Dec 2024 20:03:23 -0600 Subject: [PATCH] ghostty: inherit system --- home/modules/gui/ghostty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/gui/ghostty.nix b/home/modules/gui/ghostty.nix index 1ea37bc..91ca0aa 100644 --- a/home/modules/gui/ghostty.nix +++ b/home/modules/gui/ghostty.nix @@ -1,7 +1,7 @@ { config, inputs, pkgs, ... }: { home.packages = - [ (config.lib.nixGL.wrap inputs.ghostty.packages.x86_64-linux.default) ]; + [ (config.lib.nixGL.wrap inputs.ghostty.packages.${pkgs.system}.default) ]; xdg.configFile."ghostty/config".text = '' auto-update = off