nixos-config/modules/home/darwin-only.nix
Sridhar Ratnakumar e12aee3f4e macos: add maccy
2025-03-22 13:15:31 -04:00

12 lines
147 B
Nix

{ pkgs, ... }:
{
imports = [
./all/zsh.nix
./all/nushell.nix
# ./all/emacs.nix
];
home.packages = with pkgs; [
maccy
];
}