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
];
}