mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
optimized some lower-powered hosts
This commit is contained in:
parent
8a145e6580
commit
6136cc9f2a
5 changed files with 34 additions and 3 deletions
|
@ -51,6 +51,11 @@
|
|||
email = "emmet@librephoenix.com";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
libwacom
|
||||
];
|
||||
services.xserver.wacom.enable = true;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -47,13 +47,25 @@
|
|||
enabled = lib.mkForce "no";
|
||||
};
|
||||
|
||||
decoration = {
|
||||
shadow.enabled = lib.mkForce false;
|
||||
blur = {
|
||||
size = lib.mkForce 10;
|
||||
passes = lib.mkForce 1;
|
||||
};
|
||||
};
|
||||
|
||||
input = {
|
||||
repeat_delay = lib.mkForce 850;
|
||||
repeat_rate = lib.mkForce 80;
|
||||
};
|
||||
|
||||
monitor = [
|
||||
"eDP-1,1920x1080@60,0x0,1"
|
||||
"eDP-1,1920x1080@60,0x0,1.25"
|
||||
];
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue