add thunderbird

This commit is contained in:
2025-09-29 11:41:50 +02:00
parent 392b2b6caf
commit 643c6ec8ba
3 changed files with 24 additions and 0 deletions

View File

@@ -537,4 +537,13 @@ in
exec nu
fi
'';
services.gnome.gnome-keyring.enable = true;
services.gnome.gcr-ssh-agent.enable = false;
security.pam.services.login.enableGnomeKeyring = true;
security.pam.services.lightdm.enableGnomeKeyring = true;
services.dbus.enable = true;
}

View File

@@ -1339,4 +1339,18 @@ in
};
home.shell.enableNushellIntegration = true;
programs.thunderbird = {
enable = true;
profiles.default = {
isDefault = true;
};
};
services.protonmail-bridge.enable = true;
services.gnome-keyring = {
enable = true;
components = [ "secrets" ];
};
}

View File

@@ -52,6 +52,7 @@ myConfig =
}
`additionalKeysP` [ ("M-b", spawn browser),
("M-c", spawn "chromium"),
("M-m", spawn "thunderbird"),
-- , ("M-t", spawn terminal)
-- , ("M-S-Enter", spawn terminal)
-- , ("<Print>", spawn "scrot ~/Pictures/Screenshots/%b-%d::%H-%M-%S.png")