Skip to content

Commit

Permalink
pkgs for gamma repo
Browse files Browse the repository at this point in the history
  • Loading branch information
loganlinn committed Oct 8, 2024
1 parent 80141d2 commit e3e9f3e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions darwin/gammabook/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
lib,
...
}:

let
packages = with pkgs; [
nodejs
yarn
nodePackages.typescript-language-server
awscli2
mkcert
clickhouse
clickhouse-cli
];
in
{
imports = [
self.darwinModules.common
Expand Down Expand Up @@ -35,6 +47,8 @@

programs.kitty.enable = true;

home.packages = packages;

home.stateVersion = "22.11";
};

Expand Down

0 comments on commit e3e9f3e

Please sign in to comment.