do the same browser shortening to thunderbird
This commit is contained in:
parent
f797abf235
commit
3978369995
1 changed files with 43 additions and 48 deletions
|
@ -3,12 +3,8 @@
|
|||
config = lib.mkIf config.home.desktop.enable {
|
||||
programs.thunderbird = {
|
||||
enable = config.home.desktop.enable;
|
||||
profiles = {
|
||||
Main = {
|
||||
profiles.default = {
|
||||
isDefault = true;
|
||||
userContent = ''
|
||||
*{scrollbar-width:none !important}
|
||||
'';
|
||||
settings = {
|
||||
"general.autoScroll" = true;
|
||||
|
||||
|
@ -57,8 +53,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}".directories = [ "browser/.thunderbird" ];
|
||||
home.persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}".directories = [ "browser/.thunderbird/default" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue