feat: add wally-cli
This commit is contained in:
parent
6b3c20c9fc
commit
2dde331bbb
3 changed files with 10 additions and 0 deletions
8
home/common/planck.nix
Normal file
8
home/common/planck.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
with pkgs;
|
||||
{
|
||||
home.packages = [
|
||||
wally-cli
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue