dotfiles/nixos/msi/modules/lean.nix
2024-07-22 23:55:51 +02:00

12 lines
153 B
Nix

{ pkgs, config, ... }:
{
home.packages = with pkgs; [
elan
];
# home.sessionVariables = {
# ELAN_HOME = "${config.xdg.cacheHome}/elan";
# };
}