From dc5ab02806c393460c6626fc633bc56f06d99189 Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 7 Jul 2025 11:53:05 -0400 Subject: removed foot server Former-commit-id: 6299ea7698263684c2e33d759ddfebf0fd727b30 --- features/user/gui/apps/foot.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'features/user/gui/apps') diff --git a/features/user/gui/apps/foot.nix b/features/user/gui/apps/foot.nix index d099e16..321e7e8 100644 --- a/features/user/gui/apps/foot.nix +++ b/features/user/gui/apps/foot.nix @@ -1,11 +1,15 @@ -{ config, pkgs, lib, ... }: let +{ + config, + pkgs, + lib, + ... +}: let cfg = config.features.gui.apps.foot; in { options.features.gui.apps.foot.enable = lib.mkEnableOption "foot"; config = lib.mkIf cfg.enable { programs.foot = { enable = true; - server.enable = true; settings = { main.pad = "0x4"; }; -- cgit v1.2.3