Files
dendritic/modules/home-manager/profiles/base.nix
John Lancaster ce55bbc194 moved rebuild
2026-03-10 23:39:23 -05:00

10 lines
174 B
Nix

{ inputs, pkgs, ... }:
{
flake.modules.homeManager.base = { pkgs, ... }:
{
imports = with inputs.self.modules.homeManager; [
git
shell-tools
];
};
}