mirror of
https://github.com/youwen5/nixos.git
synced 2025-03-14 05:01:12 -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
|
vesktop
|
||||||
signal-desktop
|
signal-desktop
|
||||||
iamb
|
iamb
|
||||||
neomutt
|
|
||||||
]
|
]
|
||||||
++ lib.optionals cfg.desktopApps.enable (
|
++ lib.optionals cfg.desktopApps.enable (
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|
|
@ -8,7 +8,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
programs.neomutt = {
|
programs.neomutt = {
|
||||||
enable = true;
|
enable = false;
|
||||||
editor = "nvim";
|
editor = "nvim";
|
||||||
sidebar.enable = true;
|
sidebar.enable = true;
|
||||||
sort = "reverse-date-received";
|
sort = "reverse-date-received";
|
||||||
|
|
Loading…
Reference in a new issue