mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix: misc breakage from updates
This commit is contained in:
parent
b9590a22e3
commit
de3349bb4d
5 changed files with 6 additions and 7 deletions
|
|
@ -1,8 +1,7 @@
|
|||
{ pkgs, lib }:
|
||||
{ pkgs }:
|
||||
{
|
||||
services.libinput.mouse.accelProfile = "flat";
|
||||
services.xserver = {
|
||||
tty = lib.mkDefault 1;
|
||||
exportConfiguration = true;
|
||||
xkb.layout = "us";
|
||||
xautolock.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue