fix
This commit is contained in:
@@ -66,6 +66,13 @@
|
||||
|
||||
services = {
|
||||
gnome.gnome-keyring.enable = true;
|
||||
libinput = {
|
||||
enable = true;
|
||||
mouse = {
|
||||
accelProfile = "flat";
|
||||
accelSpeed = "1";
|
||||
};
|
||||
};
|
||||
|
||||
pipewire = {
|
||||
enable = true;
|
||||
@@ -95,14 +102,6 @@
|
||||
enable = true;
|
||||
xkb.layout = "gb";
|
||||
|
||||
libinput = {
|
||||
enable = true;
|
||||
mouse = {
|
||||
accelProfile = "flat";
|
||||
accelSpeed = "1";
|
||||
};
|
||||
};
|
||||
|
||||
displayManager = {
|
||||
gdm = {
|
||||
enable = true;
|
||||
|
||||
@@ -47,6 +47,11 @@
|
||||
PCIE_ASPM_ON_BAT = "powersupersave";
|
||||
};
|
||||
};
|
||||
libinput.touchpad = {
|
||||
naturalScrolling = true;
|
||||
horizontalScrolling = false;
|
||||
tapping = true;
|
||||
};
|
||||
|
||||
xserver = {
|
||||
dpi = 144;
|
||||
@@ -56,12 +61,6 @@
|
||||
Option "DRI" "2"
|
||||
Option "TearFree" "true"
|
||||
'';
|
||||
|
||||
libinput.touchpad = {
|
||||
naturalScrolling = true;
|
||||
horizontalScrolling = false;
|
||||
tapping = true;
|
||||
};
|
||||
};
|
||||
|
||||
logind = {
|
||||
|
||||
@@ -27,7 +27,7 @@ in {
|
||||
"*" = {
|
||||
xkb_layout = "gb";
|
||||
xkb_options = "caps:escape";
|
||||
}
|
||||
};
|
||||
};
|
||||
output = {
|
||||
eDP-1 = {
|
||||
|
||||
Reference in New Issue
Block a user