mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
add crowdsec packages
This commit is contained in:
parent
f1f11eee2a
commit
5fa24530b1
3 changed files with 29 additions and 15 deletions
|
@ -17,6 +17,15 @@ in
|
|||
services.mbsync.enable = true;
|
||||
systemd.user.services.mbsync.Unit.After = [ "sops-nix.service" ];
|
||||
programs = {
|
||||
thunderbird = {
|
||||
enable = true;
|
||||
profiles = {
|
||||
default = {
|
||||
withExternalGnupg = true;
|
||||
isDefault = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
neomutt = {
|
||||
enable = true;
|
||||
sidebar.enable = true;
|
||||
|
@ -54,6 +63,7 @@ in
|
|||
tls.useStartTls = true;
|
||||
};
|
||||
msmtp.enable = true;
|
||||
thunderbird.enable = true;
|
||||
mbsync = {
|
||||
enable = true;
|
||||
create = "maildir";
|
||||
|
@ -156,6 +166,7 @@ in
|
|||
};
|
||||
};
|
||||
msmtp.enable = true;
|
||||
thunderbird.enable = true;
|
||||
neomutt = let c = mbsync.groups.tud.channels; in
|
||||
{
|
||||
enable = true;
|
||||
|
@ -238,6 +249,7 @@ in
|
|||
};
|
||||
};
|
||||
msmtp.enable = true;
|
||||
thunderbird.enable = true;
|
||||
neomutt = let c = mbsync.groups.ifsr.channels; in
|
||||
{
|
||||
enable = true;
|
||||
|
@ -296,6 +308,7 @@ in
|
|||
};
|
||||
};
|
||||
msmtp.enable = true;
|
||||
thunderbird.enable = true;
|
||||
neomutt = let c = mbsync.groups.gmail.channels; in
|
||||
{
|
||||
enable = true;
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
jetbrains.idea-ultimate #😎
|
||||
powerline-fonts
|
||||
croc # send files anywhere
|
||||
bacula
|
||||
|
||||
# programming languages
|
||||
cargo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue