feat: Added home manager module
Some checks failed
build / checks-matrix (push) Has been cancelled
build / checks-build (push) Has been cancelled
build / codecov (push) Has been cancelled
docs / docs (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-08-16 19:36:17 +05:30
parent fdd7065e78
commit de11629969
4 changed files with 526 additions and 1 deletions

View File

@@ -69,5 +69,10 @@
maintainers = [];
};
};
});
})
// {
# Home Manager module
homeManagerModules.default = import ./home-manager-module.nix;
homeManagerModules.hyprmonitors = import ./home-manager-module.nix;
};
}