Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ADD: aerc program

+5
+5
noah-home.nix
··· 139 139 ".clj-kondo/" 140 140 ]; 141 141 }; 142 + programs.aerc = { 143 + enable = true; 144 + package = unstable.aerc; 145 + }; 146 + 142 147 programs.ssh = { 143 148 enable = true; 144 149 extraConfig = builtins.readFile ./ssh/extra;