nixos-config/modules/home/darwin-only.nix
Sridhar Ratnakumar 72b2345f34 maccy--
2025-04-24 08:21:13 +10:00

11 lines
137 B
Nix

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