From 27138ae14a46729714499e2e605e0313c8c2c8be Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 9 Jan 2025 17:27:17 +0530 Subject: Add clamav and move thunderbird config to use module --- configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 9a25cf2..b5e1eef 100644 --- a/configuration.nix +++ b/configuration.nix @@ -15,6 +15,8 @@ ./modules/work.nix ./modules/keyboard/default.nix ./modules/jackett.nix + ./modules/thunderbird/default.nix + ./modules/clamav.nix ]; nixpkgs.config = { @@ -144,12 +146,14 @@ }; }; fonts.packages = with pkgs; [ - # jetbrains-mono - (nerdfonts.override { fonts = [ "JetBrainsMono" "FiraCode" "FiraMono" ]; }) + nerd-fonts.jetbrains-mono + nerd-fonts.fira-code + nerd-fonts.fira-mono cozette noto-fonts-emoji inter roboto + vistafonts ]; services.logind = { -- cgit v1.3.1