feat: add wally-cli
This commit is contained in:
parent
6b3c20c9fc
commit
2dde331bbb
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
|
||||||
|
];
|
||||||
|
}
|
|
@ -15,6 +15,7 @@ with pkgs;
|
||||||
./common/signal.nix
|
./common/signal.nix
|
||||||
./common/chromium.nix
|
./common/chromium.nix
|
||||||
./common/dotnet.nix
|
./common/dotnet.nix
|
||||||
|
./common/planck.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
|
@ -13,6 +13,7 @@ with pkgs;
|
||||||
./common/keybase.nix
|
./common/keybase.nix
|
||||||
./common/signal.nix
|
./common/signal.nix
|
||||||
./common/chromium.nix
|
./common/chromium.nix
|
||||||
|
./common/planck.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
Loading…
Reference in a new issue