fix(foot): only enable on linux

This commit is contained in:
winston 2024-05-03 16:40:46 +02:00
parent 0a15cdfc80
commit 29c555b886
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -1,6 +1,6 @@
{
{pkgs, ...}: {
programs.foot = {
enable = true;
enable = pkgs.stdenv.isLinux;
settings = {
main = {
term = "xterm-256color";