Introduce a home-manager module

This commit is contained in:
Quentin Boyer 2024-02-09 10:19:31 +01:00
parent 7b45de8920
commit 3ec49e0230
2 changed files with 47 additions and 1 deletions

View file

@ -30,5 +30,8 @@
};
defaultPackage = naersk'.buildPackage ./.;
});
})
// {
homeManagerModules.default = import ./home-manager.nix self;
};
}