please work
This commit is contained in:
parent
70f36a3b5e
commit
4287aacf7c
2 changed files with 14 additions and 1 deletions
|
@ -12,7 +12,19 @@ in
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
windowManager.bspwm.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; [
|
users.users.sako.packages = with pkgs; [
|
||||||
polybar
|
polybar
|
||||||
|
|
|
@ -12,6 +12,7 @@ in
|
||||||
users.users.sako.packages = with pkgs; [
|
users.users.sako.packages = with pkgs; [
|
||||||
SDL2
|
SDL2
|
||||||
SDL2_image
|
SDL2_image
|
||||||
|
xorg.libX11
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue