graphical/mail: fix eval error
This commit is contained in:
parent
a3787bb24e
commit
84868636a3
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ in
|
||||||
chvp = {
|
chvp = {
|
||||||
base = {
|
base = {
|
||||||
emacs = {
|
emacs = {
|
||||||
extraPackages = [ (epkgs: epkgs.mu4e) ];
|
extraPackages = [ (epkgs: [ epkgs.mu4e ]) ];
|
||||||
extraConfig =
|
extraConfig =
|
||||||
let
|
let
|
||||||
mkAccountConfig = account: ''
|
mkAccountConfig = account: ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue