10 lines
117 B
Nix
10 lines
117 B
Nix
{
|
|
programs.librewolf = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
"ui.use_activity_cursor" = true;
|
|
};
|
|
};
|
|
}
|