.dotfiles/modules/home/setup.nix
2025-03-21 20:00:14 +01:00

7 lines
169 B
Nix

{ lib, ... }:
{
options.swarselsystems = {
isDarwin = lib.mkEnableOption "darwin host";
isLinux = lib.mkEnableOption "whether this is a linux machine";
};
}