nix-managed-macbook/scripts/default.nix

5 lines
136 B
Nix
Raw Normal View History

2022-10-27 11:31:08 +05:30
{ config, lib, pkgs, ... }:
2024-01-31 19:23:23 +05:30
let rc = pkgs.callPackage ./report-hm-changes.nix { inherit config pkgs; };
in { home.packages = [ rc ]; }