home

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

commit 45cfcf7cfb0d48b4bab55d556bfd03aacf6e0762
parent 3acc7bd42461ecc368a51c5d535735a1ddeed48e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 25 Sep 2018 10:18:25 +0200

shikoku: add google-chrome

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

Diffstat:
Mshikoku.nix | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/shikoku.nix b/shikoku.nix @@ -18,9 +18,10 @@ set -gx DOCKER_BUILDKIT 1 ''; home.packages = with pkgs; [ - vscode + google-chrome + obs-studio # screencast jetbrains.idea-ultimate + vscode zoom-us - obs-studio # screencast ]; }