9 lines
98 B
Nix
9 lines
98 B
Nix
{
|
|
programs.joshuto = {
|
|
enable = true;
|
|
settings = {
|
|
xdg_open = true;
|
|
};
|
|
};
|
|
}
|