fix(x1): cleanup xremap deviceNames formatting
- Removed unnecessary blank lines around `services.xremap.deviceNames` for cleaner formatting. - Aligns with consistent configuration style across `xremap.nix`.
This commit is contained in:
parent
d2bdef2ada
commit
e34d097d40
1 changed files with 6 additions and 8 deletions
|
|
@ -9,14 +9,12 @@
|
|||
services.xremap.serviceMode = "user"; # Run as user service, not system-wide
|
||||
services.xremap.withGnome = true;
|
||||
|
||||
|
||||
|
||||
# Add a specific configuration block to select your keyboard(s) by name
|
||||
services.xremap.deviceNames = [
|
||||
# Use the name found in the log output: "Hangsheng MonsGeek Keyboard System Control"
|
||||
"Hangsheng MonsGeek Keyboard"
|
||||
# You can usually shorten the name slightly to match the device you want
|
||||
];
|
||||
# Add a specific configuration block to select your keyboard(s) by name
|
||||
services.xremap.deviceNames = [
|
||||
# Use the name found in the log output: "Hangsheng MonsGeek Keyboard System Control"
|
||||
"Hangsheng MonsGeek Keyboard"
|
||||
# You can usually shorten the name slightly to match the device you want
|
||||
];
|
||||
|
||||
# Define your remapping configuration using Nix's attribute set format
|
||||
services.xremap.config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue