[WIP] sway and qutebrowser settings

This commit is contained in:
Andrea Ciceri 2022-10-06 09:59:29 +02:00
parent 05af2601a0
commit 4978017190
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
4 changed files with 86 additions and 4 deletions

6
hmModules/sway/mako.nix Normal file
View file

@ -0,0 +1,6 @@
{
programs.mako = {
enable = true;
defaultTimeout = 5000;
};
}