This commit is contained in:
Daniel Flanagan 2024-02-06 15:37:49 -06:00
parent b266417c69
commit a2f727f848
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -118,8 +118,9 @@
linux
];
};
work = forAllSystems (
system:
workm1 = let
system = "aarch64-linux";
in
home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.${system};
extraSpecialArgs = {
@ -135,8 +136,7 @@
}
macos
];
}
);
};
};
# Disk partition schemes and functions