Move more things around

This commit is contained in:
Bun 2025-03-14 18:38:41 -04:00
parent 36c3f778c8
commit 94c28dbb8b
11 changed files with 17 additions and 26 deletions

View file

@ -0,0 +1,7 @@
{ home-manager, ... }:
{
imports = [
./main
home-manager.nixosModules.home-manager
];
}