small fix
This commit is contained in:
parent
2781532dbc
commit
ecb2744f59
1 changed files with 9 additions and 6 deletions
|
|
@ -53,12 +53,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# TrackPoint configuration (treated as mouse device)
|
|
||||||
services.libinput.mouse = {
|
|
||||||
accelSpeed = "0.0"; # Higher sensitivity for trackpoint (-1.0 to 1.0)
|
|
||||||
accelProfile = "flat"; # No acceleration curve for precise control
|
|
||||||
};
|
|
||||||
|
|
||||||
# GNOME settings (prevent suspend, enable virtual keyboard)
|
# GNOME settings (prevent suspend, enable virtual keyboard)
|
||||||
programs.dconf.profiles.user.databases = [{
|
programs.dconf.profiles.user.databases = [{
|
||||||
settings = {
|
settings = {
|
||||||
|
|
@ -68,9 +62,18 @@
|
||||||
"org/gnome/desktop/a11y/applications" = {
|
"org/gnome/desktop/a11y/applications" = {
|
||||||
screen-keyboard-enabled = true;
|
screen-keyboard-enabled = true;
|
||||||
};
|
};
|
||||||
|
"org/gnome/desktop/peripherals/mouse" = {
|
||||||
|
accel-profile = "flat";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
# Enable CEF remote debugging for decky-loader UI to work in game mode
|
||||||
|
# See: https://github.com/Jovian-Experiments/Jovian-NixOS/issues/460
|
||||||
|
systemd.tmpfiles.rules = [
|
||||||
|
"f /home/yanlin/.steam/steam/.cef-enable-remote-debugging 0644 yanlin users -"
|
||||||
|
];
|
||||||
|
|
||||||
# Hardware support for Steam Deck (AMD APU)
|
# Hardware support for Steam Deck (AMD APU)
|
||||||
hardware = {
|
hardware = {
|
||||||
enableRedistributableFirmware = true;
|
enableRedistributableFirmware = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue