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 = { programs.foot = {
enable = true; enable = pkgs.stdenv.isLinux;
settings = { settings = {
main = { main = {
term = "xterm-256color"; term = "xterm-256color";