mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
more consistent file naming
This commit is contained in:
parent
754b655ad4
commit
9e8ac20c4e
|
@ -29,9 +29,9 @@ in
|
||||||
# Open the highlighted mailbox
|
# Open the highlighted mailbox
|
||||||
bind index,pager <space><return> sidebar-open
|
bind index,pager <space><return> sidebar-open
|
||||||
set mailcap_path = ${./mailcap}
|
set mailcap_path = ${./mailcap}
|
||||||
source ${./vim-keys.rc}
|
source ${./vim-keys.muttrc}
|
||||||
source ${./dracula.muttrc}
|
source ${./dracula.muttrc}
|
||||||
source ${./powerline.neomuttrc}
|
source ${./powerline.muttrc}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
mbsync.enable = true;
|
mbsync.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue