summaryrefslogtreecommitdiff
path: root/features/user/gui/apps/foot.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-07-07 11:53:05 -0400
committertriethyl <triethylammonium@pm.me>2025-07-07 11:53:05 -0400
commitdc5ab02806c393460c6626fc633bc56f06d99189 (patch)
tree53f9f914fcf54da6bd4d835a46910018828b60fa /features/user/gui/apps/foot.nix
parentc5ac02aa48b298648144b9dd41c984c504f1fc0d (diff)
removed foot server
Former-commit-id: 6299ea7698263684c2e33d759ddfebf0fd727b30
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";
};