home: terminal: add XDG MIME associations
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2025-01-31 11:43:21 +00:00
parent 8d5a2d634f
commit b1cfd08f42
2 changed files with 8 additions and 0 deletions

View file

@ -48,5 +48,9 @@ in
};
};
};
my.home.xdg.mime-apps = {
applications.terminal = [ "Alacritty.desktop" ];
};
};
}

View file

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