mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add installer for macbook-pro-2009
This commit is contained in:
parent
1e5e82cd49
commit
deed2aab8e
1 changed files with 10 additions and 0 deletions
10
default.nix
10
default.nix
|
|
@ -12,6 +12,16 @@
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [./nix/configurations/installer.nix];
|
modules = [./nix/configurations/installer.nix];
|
||||||
};
|
};
|
||||||
|
# Specialized with patches for the GPU
|
||||||
|
installer-macbook-pro-2009 = {
|
||||||
|
system = "x86_64-linux";
|
||||||
|
modules = [
|
||||||
|
./nix/configurations/installer.nix
|
||||||
|
./nix/nixosModules/extra/macbook-pro-radeon.nix
|
||||||
|
./nix/nixosModules/extra/macbook-swap-cmd-opt.nix
|
||||||
|
./nix/nixosModules/extra/macbook-swap-fn-ctrl.nix
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
packages = import ./nix/packages {inherit sources;};
|
packages = import ./nix/packages {inherit sources;};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue