move thunderbird to thunderbird.nix
definitely needs sops-nix so i can do declarative thunderbird settings without doxxing myself lmao
This commit is contained in:
parent
2d1bc6dad4
commit
d4eb4387c2
3 changed files with 13 additions and 1 deletions
12
home-manager/thunderbird.nix
Normal file
12
home-manager/thunderbird.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }:{
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
# profiles.blue = {
|
||||
# isDefault = true;
|
||||
# search = {
|
||||
# default = "ddg";
|
||||
# force = true;
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue