aerc: move from home -> programs

This commit is contained in:
Colin 2023-04-26 00:25:08 +00:00
parent 9c09d03e5c
commit 4e4e7e4991
3 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,6 @@
{ ... }:
{
imports = [
./aerc.nix
./firefox.nix
./git.nix
./gnome-feeds.nix

View File

@ -251,6 +251,11 @@ let
}) pkgsAsAttrs;
in
{
imports = [
./aerc.nix
];
config = {
sane.programs = mkMerge [
(declarePkgs consolePkgs)