puter/common/user/features/joshuto.nix
2023-09-29 20:39:08 +02:00

9 lines
98 B
Nix

{
programs.joshuto = {
enable = true;
settings = {
xdg_open = true;
};
};
}