please work

This commit is contained in:
Sakooooo 2023-07-09 23:31:08 +03:00
parent 70f36a3b5e
commit 4287aacf7c
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 14 additions and 1 deletions

View file

@ -12,7 +12,19 @@ in
services.xserver = {
enable = true;
windowManager.bspwm.enable = true;
libinput.enable = true;
libinput = {
enable = true;
# no mouse accel
mouse = {
accelProfile = "flat";
};
# no touchpad accel
touchpad = {
accelProfile = "flat";
};
};
};
users.users.sako.packages = with pkgs; [
polybar

View file

@ -12,6 +12,7 @@ in
users.users.sako.packages = with pkgs; [
SDL2
SDL2_image
xorg.libX11
];
};
}