This commit is contained in:
Léana 江 2024-01-04 12:40:49 +01:00 committed by Léana 江
parent bc479e1cac
commit 78a82fbe18
20 changed files with 282 additions and 224 deletions

View file

@ -1,4 +1,4 @@
{ ... }: {
{...}: {
services.xserver.enable = true;
services.xserver = {
@ -11,7 +11,7 @@
windowManager.xmonad = {
enable = true;
enableContribAndExtras = true;
extraPackages = hp: with hp; [ neat-interpolation ];
extraPackages = hp: with hp; [neat-interpolation];
};
};
@ -20,7 +20,7 @@
naturalScrolling = true;
accelSpeed = "-0.5";
};
touchpad = { naturalScrolling = true; };
touchpad = {naturalScrolling = true;};
};
programs.light.enable = true;