From 44d0f54b477ca1d370d0b6c2fa06f5400e151e42 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 13 Aug 2022 12:48:36 +0300 Subject: 2022-08-13 --- configurations/melian/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configurations/melian') diff --git a/configurations/melian/default.nix b/configurations/melian/default.nix index 2f3da98..cde109d 100644 --- a/configurations/melian/default.nix +++ b/configurations/melian/default.nix @@ -43,7 +43,6 @@ with lib; { key = syncthing-key-melian.path; cert = syncthing-cert-melian.path; }; - # ipfs.enable = true; # High CPU usage is really anoying. beets.enable = true; bluetooth.enable = true; @@ -55,6 +54,8 @@ with lib; { throttled.enable = true; }; + # TODO Move to a separate module so that it could be reused on other desktops + # in the future. hm = { home.packages = with pkgs; [ (aspellWithDicts (p: with p; [en ru])) @@ -68,7 +69,6 @@ with lib; { accounts.email = { maildirBasePath = "${config.my.home}/mail"; - # TODO Move to my.nix. accounts = let base = { mbsync = { -- cgit v1.2.3