feat: add wally-cli

This commit is contained in:
Felix Schröter 2020-01-19 10:37:48 +01:00
parent 6b3c20c9fc
commit 2dde331bbb
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458
3 changed files with 10 additions and 0 deletions

8
home/common/planck.nix Normal file
View file

@ -0,0 +1,8 @@
{ config, pkgs, ... }:
with pkgs;
{
home.packages = [
wally-cli
];
}

View file

@ -15,6 +15,7 @@ with pkgs;
./common/signal.nix
./common/chromium.nix
./common/dotnet.nix
./common/planck.nix
];
nixpkgs.config.allowUnfree = true;

View file

@ -13,6 +13,7 @@ with pkgs;
./common/keybase.nix
./common/signal.nix
./common/chromium.nix
./common/planck.nix
];
nixpkgs.config.allowUnfree = true;