nixcfg/systems/x86_64-darwin/mpro/default.nix
Harald Hoyer 41b5142e74 cleanup and git theme
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
2024-03-12 01:18:14 +01:00

17 lines
205 B
Nix

{ lib, pkgs, ... }:
with lib.plusultra;
{
plusultra = {
suites = {
common = enabled;
};
};
environment.systemPath = [
"/usr/local/Homebrew/bin"
];
system.stateVersion = 4;
}