fix: bad configuration for foot module
This commit is contained in:
parent
0aa7964934
commit
4ee0c658de
4 changed files with 5 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
||||||
config.modules = {
|
config.modules = {
|
||||||
application = {
|
application = {
|
||||||
zathura.enable = true;
|
zathura.enable = true;
|
||||||
|
foot.enable = true;
|
||||||
};
|
};
|
||||||
cli = {
|
cli = {
|
||||||
git.enable = true;
|
git.enable = true;
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
config.modules = {
|
config.modules = {
|
||||||
application = {
|
application = {
|
||||||
zathura.enable = true;
|
zathura.enable = true;
|
||||||
|
foot.enable = true;
|
||||||
};
|
};
|
||||||
cli = {
|
cli = {
|
||||||
neovim.enable = true;
|
neovim.enable = true;
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
config.modules = {
|
config.modules = {
|
||||||
application = {
|
application = {
|
||||||
zathura.enable = true;
|
zathura.enable = true;
|
||||||
|
foot.enable = true;
|
||||||
};
|
};
|
||||||
cli = {
|
cli = {
|
||||||
neovim.enable = true;
|
neovim.enable = true;
|
||||||
|
|
|
@ -4,8 +4,8 @@ let
|
||||||
cfg = config.modules.application.zathura;
|
cfg = config.modules.application.zathura;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.modules.application.imv = {
|
options.modules.application.foot = {
|
||||||
enable = mkEnableOption "enable IMV image viewer";
|
enable = mkEnableOption "enable Foot terminal emulator";
|
||||||
};
|
};
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
programs.foot = {
|
programs.foot = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue