mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-27 00:48:30 +02:00
added mimeapps
This commit is contained in:
parent
429240f437
commit
6483ca60b2
3 changed files with 22 additions and 2 deletions
|
@ -275,6 +275,6 @@ in
|
|||
};
|
||||
};
|
||||
home.file.".urlview".text = ''
|
||||
COMMAND google-chrome-stable %s &> /dev/null
|
||||
COMMAND qutebrowser %s &> /dev/null
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ set attach_format = "%u%D %T%-75.75d %?T?%& ? %5s · %m/%M"
|
|||
set to_chars="➜"
|
||||
# unchanged mailbox, changed, read only, attach mode
|
||||
set status_chars = " "
|
||||
ifdef crypt_chars set crypt_chars = " "
|
||||
ifdef crypt_chars set crypt_chars = " "
|
||||
set flag_chars = " "
|
||||
|
||||
set hidden_tags = "unread,draft,flagged,passed,replied,attachment,signed,encrypted"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue