mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
tungsten: swap cmd-opt
This commit is contained in:
parent
b4c82dfd75
commit
e51e26550b
2 changed files with 6 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ in
|
||||||
../nixosModules/extra/leana.nix
|
../nixosModules/extra/leana.nix
|
||||||
|
|
||||||
../nixosModules/extra/macbook-swap-fn-ctrl.nix
|
../nixosModules/extra/macbook-swap-fn-ctrl.nix
|
||||||
|
../nixosModules/extra/macbook-swap-cmd-opt.nix
|
||||||
|
|
||||||
#
|
#
|
||||||
# Extern modules
|
# Extern modules
|
||||||
|
|
|
||||||
5
nix/nixosModules/extra/macbook-swap-cmd-opt.nix
Normal file
5
nix/nixosModules/extra/macbook-swap-cmd-opt.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
boot.extraModprobeConfig = ''
|
||||||
|
options hid-apple swap_opt_cmd=1
|
||||||
|
'';
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue