nix-templates/home/work/default.nix

13 lines
126 B
Nix
Raw Normal View History

2025-06-25 01:35:01 -04:00
{
pkgs,
...
}: {
2025-06-25 01:35:01 -04:00
imports = [
./xfreerdp.nix
./git.nix
2025-06-25 01:35:01 -04:00
];
home.packages = with pkgs; [
pulumi-bin
];
2025-06-25 01:35:01 -04:00
}