From 29c555b88654cab62d90b90669f8ca52c0fcde15 Mon Sep 17 00:00:00 2001 From: winston Date: Fri, 3 May 2024 16:40:46 +0200 Subject: [PATCH] fix(foot): only enable on linux --- home/apps/foot.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/apps/foot.nix b/home/apps/foot.nix index a8b1f2d..5b07cf0 100644 --- a/home/apps/foot.nix +++ b/home/apps/foot.nix @@ -1,6 +1,6 @@ -{ +{pkgs, ...}: { programs.foot = { - enable = true; + enable = pkgs.stdenv.isLinux; settings = { main = { term = "xterm-256color";