home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 006491be777ed24bae7dc22c7cc4875c3ec4221a
parent d1f3d199c776b8d2bbe46fa0507a4564697b5dda
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun,  7 Apr 2019 15:00:06 +0200

hokkaido: remove slack

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmachines/hokkaido.nix | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/machines/hokkaido.nix b/machines/hokkaido.nix @@ -18,7 +18,4 @@ frequency = "hourly"; }; programs.podman.enable = true; - home.packages = with pkgs; [ - slack - ]; }