mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-18 00:49:39 +00:00
add installer for macbook-pro-2009 repurpose tungsten disko config for iron installer-macbook-pro-2009: enable b43 driver README: document how to wipe filesystem iron: generate hardware-configuration iron: discard unused modules iron: include macbook specific modules iron: remove custom fs configurations
11 lines
208 B
Nix
11 lines
208 B
Nix
{
|
|
services.xserver.xkb = {
|
|
layout = "us";
|
|
variant = "dvorak";
|
|
options = builtins.concatStringsSep "," [
|
|
"caps:swapescape"
|
|
"compose:ralt"
|
|
];
|
|
};
|
|
console.useXkbConfig = true;
|
|
}
|