fix: bad configuration for foot module

This commit is contained in:
Yorick Barbanneau 2024-04-08 18:58:51 +02:00
parent 0aa7964934
commit 4ee0c658de
4 changed files with 5 additions and 2 deletions

View file

@ -2,6 +2,7 @@
config.modules = {
application = {
zathura.enable = true;
foot.enable = true;
};
cli = {
git.enable = true;

View file

@ -2,6 +2,7 @@
config.modules = {
application = {
zathura.enable = true;
foot.enable = true;
};
cli = {
neovim.enable = true;

View file

@ -2,6 +2,7 @@
config.modules = {
application = {
zathura.enable = true;
foot.enable = true;
};
cli = {
neovim.enable = true;

View file

@ -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 = {