From 5fa24530b1ca8469f9123172a39f829f5ccfcb75 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Mon, 24 Jul 2023 14:21:30 +0200 Subject: [PATCH] add crowdsec packages --- flake.lock | 30 +++++++++++------------ users/rouven/modules/accounts/default.nix | 13 ++++++++++ users/rouven/modules/packages.nix | 1 + 3 files changed, 29 insertions(+), 15 deletions(-) diff --git a/flake.lock b/flake.lock index 6df2a9b..5325c66 100644 --- a/flake.lock +++ b/flake.lock @@ -171,11 +171,11 @@ ] }, "locked": { - "lastModified": 1689875525, - "narHash": "sha256-fgUrFH3bMZ6R7qgBTfuTRGlkZXIkdyjndl6ZbExbjE8=", + "lastModified": 1690195124, + "narHash": "sha256-RdAMFEnhoOZSjrFd/zULzDJ59obHTYXOv4d5ie76tXw=", "owner": "nix-community", "repo": "home-manager", - "rev": "1443abd2696ec6bd6fb9701e6c26b277a27b4a3e", + "rev": "a30f5b5b35e2d974fb5e1a3721eaec723ef48c89", "type": "github" }, "original": { @@ -272,11 +272,11 @@ ] }, "locked": { - "lastModified": 1689479461, - "narHash": "sha256-Ak+PTYdmfOQEmcOsOEnrwqdP0HP20PLraRwpjSAzSeE=", + "lastModified": 1690083300, + "narHash": "sha256-xnUtWO/5TuuHkIpmzMXGvHJqS06FSVADnAZ4bvqO4Zo=", "owner": "Mic92", "repo": "nix-index-database", - "rev": "22fa44b7f14684d184733fb26a628f3878ff7aaf", + "rev": "c1e6fc40dd5c0d16940bc012421268b94e404b0b", "type": "github" }, "original": { @@ -301,11 +301,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1689679375, - "narHash": "sha256-LHUC52WvyVDi9PwyL1QCpaxYWBqp4ir4iL6zgOkmcb8=", + "lastModified": 1690031011, + "narHash": "sha256-kzK0P4Smt7CL53YCdZCBbt9uBFFhE0iNvCki20etAf4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "684c17c429c42515bafb3ad775d2a710947f3d67", + "rev": "12303c652b881435065a98729eb7278313041e49", "type": "github" }, "original": { @@ -347,11 +347,11 @@ }, "nixpkgs-stable_2": { "locked": { - "lastModified": 1689473667, - "narHash": "sha256-41ePf1ylHMTogSPAiufqvBbBos+gtB6zjQlYFSEKFMM=", + "lastModified": 1690066826, + "narHash": "sha256-6L2qb+Zc0BFkh72OS9uuX637gniOjzU6qCDBpjB2LGY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "13231eccfa1da771afa5c0807fdd73e05a1ec4e6", + "rev": "ce45b591975d070044ca24e3003c830d26fea1c8", "type": "github" }, "original": { @@ -460,11 +460,11 @@ "nixpkgs-stable": "nixpkgs-stable_2" }, "locked": { - "lastModified": 1689534977, - "narHash": "sha256-EB4hasmjKgetTR0My2bS5AwELZFIQ4zANLqHKi7aVXg=", + "lastModified": 1690199016, + "narHash": "sha256-yTLL72q6aqGmzHq+C3rDp3rIjno7EJZkFLof6Ika7cE=", "owner": "Mic92", "repo": "sops-nix", - "rev": "bd695cc4d0a5e1bead703cc1bec5fa3094820a81", + "rev": "c36df4fe4bf4bb87759b1891cab21e7a05219500", "type": "github" }, "original": { diff --git a/users/rouven/modules/accounts/default.nix b/users/rouven/modules/accounts/default.nix index 98f4630..4e946e4 100644 --- a/users/rouven/modules/accounts/default.nix +++ b/users/rouven/modules/accounts/default.nix @@ -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; diff --git a/users/rouven/modules/packages.nix b/users/rouven/modules/packages.nix index 43dae2a..efc4bdd 100644 --- a/users/rouven/modules/packages.nix +++ b/users/rouven/modules/packages.nix @@ -50,6 +50,7 @@ jetbrains.idea-ultimate #😎 powerline-fonts croc # send files anywhere + bacula # programming languages cargo