Skip to content

Commit 342b1b3

Browse files
Relief Melonemergify[bot]
Relief Melone
authored andcommitted
gu605my: modsettings, fn keys and use laptop/ssd
1 parent f16e0cd commit 342b1b3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

asus/zephyrus/gu605my/default.nix

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
../../../common/gpu/nvidia/prime.nix
77
../../../common/gpu/nvidia/ada-lovelace
88
../../../common/pc/laptop
9-
../../../common/pc/ssd
9+
../../../common/pc/laptop/ssd
1010
];
1111

1212
hardware.nvidia = {
@@ -15,6 +15,7 @@
1515
nvidiaBusId = "PCI:1:0:0";
1616
};
1717

18+
modesetting.enable = lib.mkDefault true;
1819
dynamicBoost.enable = lib.mkDefault true;
1920
};
2021

@@ -23,7 +24,9 @@
2324

2425
udev.extraHwdb = ''
2526
evdev:name:*:dmi:bvn*:bvr*:bd*:svnASUS*:pn*:*
26-
KEYBOARD_KEY_ff31007c=f20 # fixes mic mute button
27+
KEYBOARD_KEY_ff31007c=f20 # fixes mic mute button
28+
KEYBOARD_KEY_ff3100b2=home # Set fn+LeftArrow as Home
29+
KEYBOARD_KEY_ff3100b3=end # Set fn+RightArrow as End
2730
'';
2831
};
2932
}

0 commit comments

Comments
 (0)