rename tree to modules

This commit is contained in:
Callum Leslie 2026-04-22 18:54:27 +01:00
parent cc0d8d78d3
commit 7404996570
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
13 changed files with 72 additions and 51 deletions

9
modules/hm.nix Normal file
View file

@ -0,0 +1,9 @@
{ ... }:
{
flake.nixosModules.hm =
{ ... }:
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
};
}