Compare commits
2 commits
021595100c
...
4a748a9e17
Author | SHA1 | Date | |
---|---|---|---|
Patrick | 4a748a9e17 | ||
Patrick | e6f3a9ae85 |
|
@ -25,7 +25,7 @@
|
|||
services.resolved = {
|
||||
enable = true;
|
||||
# man I whish dnssec would be viable to use
|
||||
dnssec = "allow-downgrade";
|
||||
dnssec = "false";
|
||||
llmnr = "false";
|
||||
extraConfig = ''
|
||||
Domains=~.
|
||||
|
|
|
@ -219,7 +219,7 @@ in {
|
|||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gnome";
|
||||
platformTheme.name = "adwaita";
|
||||
style.name = "Adwaita-Dark";
|
||||
};
|
||||
})
|
||||
|
|
|
@ -13,19 +13,19 @@ lib.optionalAttrs (!minimal) {
|
|||
autoRepeatDelay = 235;
|
||||
autoRepeatInterval = 60;
|
||||
videoDrivers = ["modesetting"];
|
||||
libinput = {
|
||||
enable = true;
|
||||
mouse = {
|
||||
accelSpeed = "0.5";
|
||||
accelProfile = "flat";
|
||||
middleEmulation = false;
|
||||
};
|
||||
touchpad = {
|
||||
accelProfile = "flat";
|
||||
accelSpeed = "1";
|
||||
naturalScrolling = true;
|
||||
disableWhileTyping = true;
|
||||
};
|
||||
};
|
||||
services.libinput = {
|
||||
enable = true;
|
||||
mouse = {
|
||||
accelSpeed = "0.5";
|
||||
accelProfile = "flat";
|
||||
middleEmulation = false;
|
||||
};
|
||||
touchpad = {
|
||||
accelProfile = "flat";
|
||||
accelSpeed = "1";
|
||||
naturalScrolling = true;
|
||||
disableWhileTyping = true;
|
||||
};
|
||||
};
|
||||
services.udev.extraRules = let
|
||||
|
|
Loading…
Reference in a new issue