nixos-config/home/planck.nix

9 lines
78 B
Nix

{ config, pkgs, ... }:
with pkgs;
{
home.packages = [
wally-cli
];
}