nixos-config/home/planck.nix

7 lines
72 B
Nix

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