dotfiles/modules/shell/age.nix

6 lines
101 B
Nix
Raw Normal View History

2022-05-18 03:34:09 +00:00
{ config, pkgs, ... }: {
home-manager.users.${config.user}.home.packages = with pkgs; [ age ];
}