nixos-config/modules/home/darwin-only.nix
Sridhar Ratnakumar c54c586fba Revert "tart: darwin common"
This reverts commit 6ae99761e8.
2025-08-28 00:26:10 +05:30

9 lines
115 B
Nix

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