desktop: add qutebrowser config

This commit is contained in:
Jez Cope 2023-07-08 20:56:06 +01:00
parent 3ec53a898d
commit 235e808c45
1 changed files with 7 additions and 1 deletions

View File

@ -198,7 +198,13 @@ with lib;
];
};
programs.qutebrowser.enable = true;
programs.qutebrowser = {
enable = true;
settings = {
hints.chars = "aoeuhtnsid";
completion.shrink = true;
};
};
programs.obs-studio = {
enable = true;