all repos — nixfiles @ 8604302bf1e66b6d61a15717dc3d498de1c7ca22

System and user configuration, managed by nix and home-manager

aspell: move to common user setup

Alan Pearce
commit

8604302bf1e66b6d61a15717dc3d498de1c7ca22

parent

ab469de1f85c62c998505b74acb7ac2f40bfa38b

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M user/settings/darwin.nixuser/settings/darwin.nix
@@ -36,7 +36,7 @@ EOF
''; }) ]; - home.packages = with pkgs; [aspell aspellDicts.en darwin-zsh-completions]; + home.packages = with pkgs; [darwin-zsh-completions]; programs.emacs.package = pkgs.emacs;