module(mime): Add evince as default pdf reader
This commit is contained in:
parent
afec5103ff
commit
f47fcb9b9b
1 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ in {
|
|||
mime = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"application/pdf" = [
|
||||
"org.gnome.Evince.desktop"
|
||||
];
|
||||
"inode/directory" = [
|
||||
"com.system76.CosmicFiles.desktop"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue