Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesplain committed Apr 25, 2024
1 parent 1226e9b commit ab5e2c6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions nixos-config/modules/common/home/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,10 @@ in {
jfrog-cli
minikube
yarn
hashcat
hugo
kind
iperf
]
++ [
cmatrix
Expand Down
14 changes: 11 additions & 3 deletions nixos-config/modules/global/macos.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{ config, lib, pkgs, options, pwnvim, ... }: {
{
config,
lib,
pkgs,
options,
pwnvim,
...
}: {
cfg.os.name = "macos";
system.stateVersion = 4;

Expand All @@ -7,6 +14,7 @@
brews = [
"aws-sso-util"
"k9s"
"hcxtools"
];
casks = [
"session-manager-plugin"
Expand All @@ -32,7 +40,7 @@
pathsToLink = [
"/Applications"
"/share/zsh"
];
];
};

# users.users."mike.splain" = {
Expand Down Expand Up @@ -67,4 +75,4 @@
};
screencapture.location = "/Users/${config.cfg.user.name}/Downloads";
};
}
}

0 comments on commit ab5e2c6

Please sign in to comment.