home: terminal: add XDG MIME associations
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
8d5a2d634f
commit
b1cfd08f42
2 changed files with 8 additions and 0 deletions
|
|
@ -48,5 +48,9 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
my.home.xdg.mime-apps = {
|
||||||
|
applications.terminal = [ "Alacritty.desktop" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -49,5 +49,9 @@ in
|
||||||
color15 = ${whiteBold}
|
color15 = ${whiteBold}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
my.home.xdg.mime-apps = {
|
||||||
|
applications.terminal = [ "termite.desktop" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue