summaryrefslogtreecommitdiff
path: root/features/user/gui/apps/foot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'features/user/gui/apps/foot.nix')
-rw-r--r--features/user/gui/apps/foot.nix8
1 files changed, 6 insertions, 2 deletions
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";
};