diff options
Diffstat (limited to 'modules/home-manager/foot.nix')
| -rw-r--r-- | modules/home-manager/foot.nix | 9 |
1 files changed, 7 insertions, 2 deletions
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 |
