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 3, 2024
1 parent c6b35d8 commit c6e3056
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 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 @@ -43,6 +44,7 @@ in
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 c6e3056

Please sign in to comment.