Skip to content

Commit

Permalink
macos: add pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Nov 4, 2024
1 parent c6b35d8 commit d2ad6c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions modules/home/macos-enno.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ in
]
++ (with pkgs; [
attic-client
colmena
deno
dive
entr
Expand All @@ -40,9 +41,11 @@ in
jless
jq
just
kubernetes-helm
mkcert
ncdu_1
nix-melt
nix-top
nix-tree
nix-update
nixpacks
Expand Down
5 changes: 4 additions & 1 deletion modules/nixos/orbstack-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ let
user = "builder";
in
{
environment.systemPackages = [ pkgs.btop ];
environment.systemPackages = with pkgs; [
btop
nix-top
];

networking.hostName = "nixos-builder";

Expand Down

0 comments on commit d2ad6c8

Please sign in to comment.