mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
iron: swap fn and control
This commit is contained in:
parent
dd1258ca22
commit
df1fde5ee2
2 changed files with 7 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ in {
|
|||
system = "x86_64-linux";
|
||||
modules = [
|
||||
inputs.nixos-hardware.nixosModules.apple-macbook-pro-8-1
|
||||
self.nixosModules.macbook-swap-fn-ctrl
|
||||
self.nixosModules.macbook-pro-radeon
|
||||
];
|
||||
};
|
||||
|
|
@ -180,6 +181,7 @@ in {
|
|||
modules = [
|
||||
inputs.nixos-hardware.nixosModules.apple-macbook-pro-8-1
|
||||
self.nixosModules.macbook-pro-radeon
|
||||
self.nixosModules.macbook-swap-fn-ctrl
|
||||
|
||||
({lib, ...}: {
|
||||
nixpkgs.config.allowUnfreePredicate = lib.mkDefault (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue