mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: add repo-like user secrets, rudimentary config of thunderbird
This commit is contained in:
parent
0994bba279
commit
926787528b
10 changed files with 115 additions and 3 deletions
|
@ -21,4 +21,9 @@ in {
|
|||
default = false;
|
||||
type = types.bool;
|
||||
};
|
||||
|
||||
config = {
|
||||
# Needed for gtk
|
||||
programs.dconf.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue