fix eval warnings

This commit is contained in:
Schrottkatze 2025-03-20 17:27:45 +01:00
commit f71fed2884
No known key found for this signature in database
5 changed files with 4 additions and 26 deletions

View file

@ -67,24 +67,10 @@
services.libinput.touchpad = {
disableWhileTyping = true;
tapping = false;
};
networking.networkmanager.enable = true;
networking.hostName = "potatobook-g";
services.xserver = {
resolutions = [
{
x = 1920;
y = 1200;
}
];
# dpi = 180;
layout = "us";
xkbVariant = "altgr-intl";
};
services.autorandr = {
enable = true;
profiles = {