this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(nix): add slack

Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>

authored by

Seongmin Lee and committed by
Seongmin Lee
3eff5cb4 f0539278

+2
+2
nix/flake.nix
··· 19 19 system = "aarch64-darwin"; 20 20 pkgs = import nixpkgs { 21 21 inherit system; 22 + config.allowUnfree = true; 22 23 overlays = [ 23 24 (import ./overlays/jpm.nix) 24 25 (import ./overlays/bleve.nix) ··· 84 85 pkgs.iina 85 86 pkgs.macmon 86 87 pkgs.docker 88 + pkgs.slack 87 89 ] else []); 88 90 }; 89 91 };