From 2dde331bbbfcfe05fe1f4ea30085aa4599fb0bf3 Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Sun, 19 Jan 2020 10:37:48 +0100 Subject: [PATCH] feat: add wally-cli --- home/common/planck.nix | 8 ++++++++ home/felschr-work.nix | 1 + home/felschr.nix | 1 + 3 files changed, 10 insertions(+) create mode 100644 home/common/planck.nix diff --git a/home/common/planck.nix b/home/common/planck.nix new file mode 100644 index 0000000..6278c6e --- /dev/null +++ b/home/common/planck.nix @@ -0,0 +1,8 @@ +{ config, pkgs, ... }: + +with pkgs; +{ + home.packages = [ + wally-cli + ]; +} diff --git a/home/felschr-work.nix b/home/felschr-work.nix index e3ae731..05f2644 100644 --- a/home/felschr-work.nix +++ b/home/felschr-work.nix @@ -15,6 +15,7 @@ with pkgs; ./common/signal.nix ./common/chromium.nix ./common/dotnet.nix + ./common/planck.nix ]; nixpkgs.config.allowUnfree = true; diff --git a/home/felschr.nix b/home/felschr.nix index 5947aba..587a122 100644 --- a/home/felschr.nix +++ b/home/felschr.nix @@ -13,6 +13,7 @@ with pkgs; ./common/keybase.nix ./common/signal.nix ./common/chromium.nix + ./common/planck.nix ]; nixpkgs.config.allowUnfree = true;