macos: add maccy

This commit is contained in:
Sridhar Ratnakumar 2025-03-22 13:15:31 -04:00
parent 3e918ef856
commit e12aee3f4e

View file

@ -1,7 +1,12 @@
{ pkgs, ... }:
{
imports = [
./all/zsh.nix
./all/nushell.nix
# ./all/emacs.nix
];
home.packages = with pkgs; [
maccy
];
}