nix-config/home/programs/dev/fstl.nix

9 lines
82 B
Nix

{ pkgs, ... }:
{
# Install fstl
home.packages = with pkgs; [
fstl
];
}