home: feh: add MIME association
This commit is contained in:
parent
e43ba3d0f0
commit
b9a197228b
1 changed files with 7 additions and 0 deletions
|
|
@ -10,4 +10,11 @@ in
|
|||
config.programs.feh = lib.mkIf cfg.enable {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
config.my.home.xdg.mime-apps = lib.mkIf cfg.enable {
|
||||
applications.media.image = {
|
||||
bitmap = "feh.desktop";
|
||||
vector = "feh.desktop";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue