From 4ee0c658de698bf7a4c6e4690895b6dbec6c7175 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Mon, 8 Apr 2024 18:58:51 +0200 Subject: [PATCH] fix: bad configuration for foot module --- hosts/luci/home-config.nix | 1 + hosts/morty/home-config.nix | 1 + hosts/mrmeeseeks/home-config.nix | 1 + modules/home-manager/application/foot/default.nix | 4 ++-- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/luci/home-config.nix b/hosts/luci/home-config.nix index dbd6042..8366df1 100644 --- a/hosts/luci/home-config.nix +++ b/hosts/luci/home-config.nix @@ -2,6 +2,7 @@ config.modules = { application = { zathura.enable = true; + foot.enable = true; }; cli = { git.enable = true; diff --git a/hosts/morty/home-config.nix b/hosts/morty/home-config.nix index 67f4eb6..470520c 100644 --- a/hosts/morty/home-config.nix +++ b/hosts/morty/home-config.nix @@ -2,6 +2,7 @@ config.modules = { application = { zathura.enable = true; + foot.enable = true; }; cli = { neovim.enable = true; diff --git a/hosts/mrmeeseeks/home-config.nix b/hosts/mrmeeseeks/home-config.nix index a495eae..29c8e6f 100644 --- a/hosts/mrmeeseeks/home-config.nix +++ b/hosts/mrmeeseeks/home-config.nix @@ -2,6 +2,7 @@ config.modules = { application = { zathura.enable = true; + foot.enable = true; }; cli = { neovim.enable = true; diff --git a/modules/home-manager/application/foot/default.nix b/modules/home-manager/application/foot/default.nix index b419426..b241ef8 100644 --- a/modules/home-manager/application/foot/default.nix +++ b/modules/home-manager/application/foot/default.nix @@ -4,8 +4,8 @@ let cfg = config.modules.application.zathura; in { - options.modules.application.imv = { - enable = mkEnableOption "enable IMV image viewer"; + options.modules.application.foot = { + enable = mkEnableOption "enable Foot terminal emulator"; }; config = mkIf cfg.enable { programs.foot = {