nix-config/home/pass/macos.nix

6 lines
58 B
Nix

{ config, pkgs, ... }:
{
imports = [ ./common.nix ];
}