update flake

This commit is contained in:
matt
2026-06-01 12:58:15 -07:00
parent 1d8adffa30
commit eae706c649
3 changed files with 60 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
{
description = "matt's dotfiles Home Manager modules";
outputs = { self }: {
homeManagerModules.default = import ./home.nix;
};
}