move home manger stuff to home manager modules

This commit is contained in:
jopejoe1 2024-01-02 20:39:42 +01:00
parent 536fc32216
commit 414c9bd0eb
11 changed files with 508 additions and 541 deletions

View file

@ -79,6 +79,7 @@
outputs = inputs@{ self, nixpkgs, ... }: {
nixosModules.default = import ./modules;
homeManagerModules.default = import ./home-modules;
nixosConfigurations = {
kami = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";