home: terminal: termite: add MIME associations

This commit is contained in:
Bruno BELANYI 2025-01-31 11:43:21 +00:00
parent 41aa098ba9
commit e076f0931b

View file

@ -49,5 +49,9 @@ in
color15 = ${whiteBold} color15 = ${whiteBold}
''; '';
}; };
my.home.xdg.mime-apps = {
applications.terminal = [ "termite.desktop" ];
};
}; };
} }