mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
fix: temporarily remove neomutt due to build failure
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…
Add table
Add a link
Reference in a new issue