mac stuff again
This commit is contained in:
parent
2615b67f63
commit
70320d843a
2 changed files with 16 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
};
|
||||
nixos-hardware.url = "github:kekrby/nixos-hardware";
|
||||
mac-brcm-fw = {
|
||||
url = "path:./mac-brcm-fw";
|
||||
url = "path:../mac-brcm-fw";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
@ -33,7 +33,7 @@
|
|||
potatobook-g = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./mac-brcm-fw
|
||||
"${mac-brcm-fw}"
|
||||
./potatobook-g/configuration.nix
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue