feat: cleaned up

This commit is contained in:
Nick 2025-03-21 18:28:49 -05:00
parent 0710d7d059
commit f462a6f1a7

View file

@ -3,9 +3,11 @@
inputs,
self,
...
}: {
}:
{
flake.lib = {
mkHome = modules: system:
mkHome =
modules: system:
inputs.home-manager.lib.homeManagerConfiguration {
pkgs = import inputs.nixpkgs {
inherit
@ -22,7 +24,8 @@
modules
;
};
mkLinuxSystem = modules:
mkLinuxSystem =
modules:
inputs.nixpkgs.lib.nixosSystem {
specialArgs = {
flake = {