feat: add repo-like user secrets, rudimentary config of thunderbird

This commit is contained in:
oddlama 2023-09-16 14:04:02 +02:00
parent 0994bba279
commit 926787528b
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
10 changed files with 115 additions and 3 deletions

View file

@ -21,4 +21,9 @@ in {
default = false;
type = types.bool;
};
config = {
# Needed for gtk
programs.dconf.enable = true;
};
}