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

9 lines
82 B
Nix
Raw Permalink Normal View History

2025-03-27 14:59:12 +01:00
{ pkgs, ... }:
{
# Install fstl
home.packages = with pkgs; [
fstl
];
}