mirror of
https://github.com/youwen5/nixos.git
synced 2025-03-13 21:01:10 -07:00
fix: temporarily remove neomutt due to build failure
Some checks are pending
Check flake / check (push) Waiting to run
Some checks are pending
Check flake / check (push) Waiting to run
This commit is contained in:
parent
813faaeeb8
commit
efacd3ac90
2 changed files with 1 additions and 2 deletions
|
@ -72,7 +72,6 @@ in
|
|||
vesktop
|
||||
signal-desktop
|
||||
iamb
|
||||
neomutt
|
||||
]
|
||||
++ lib.optionals cfg.desktopApps.enable (
|
||||
with pkgs;
|
||||
|
|
|
@ -8,7 +8,7 @@ let
|
|||
in
|
||||
{
|
||||
programs.neomutt = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
editor = "nvim";
|
||||
sidebar.enable = true;
|
||||
sort = "reverse-date-received";
|
||||
|
|
Loading…
Reference in a new issue