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;