This commit is contained in:
2024-05-16 21:55:08 +01:00
parent 009dcee4dc
commit 61658f1654
3 changed files with 14 additions and 16 deletions

View File

@@ -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;

View File

@@ -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 = {

View File

@@ -26,8 +26,8 @@ in {
input = {
"*" = {
xkb_layout = "gb";
xkb_options= "caps:escape";
}
xkb_options = "caps:escape";
};
};
output = {
eDP-1 = {