From 9a8116cbc211f03982e3e4dfdc326df38b4a0574 Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 29 Jul 2025 12:53:21 +0200 Subject: chore: formatting --- modules/home-manager/foot.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'modules/home-manager/foot.nix') diff --git a/modules/home-manager/foot.nix b/modules/home-manager/foot.nix index 69f6bf2..573af7f 100644 --- a/modules/home-manager/foot.nix +++ b/modules/home-manager/foot.nix @@ -1,7 +1,12 @@ -{ config, lib, pkgs, ... }: +{ + config, + lib, + pkgs, + ... +}: { - options.foot.enable = lib.mkEnableOption "Enable and configure the Foot terminal emulator"; + options.foot.enable = lib.mkEnableOption "Enable foot terminal"; config = lib.mkIf config.foot.enable { home.packages = with pkgs; [ nerd-fonts.space-mono -- cgit v1.3.1