diff --git a/home/Northstar.nix b/home/Northstar.nix index 68d2dab..3393008 100644 --- a/home/Northstar.nix +++ b/home/Northstar.nix @@ -1 +1,4 @@ -{...}: {imports = [./default.nix];} +{...}: { + imports = [./default.nix]; + programs.plasma.configFile.kcminputrc."Libinput/1739/52759/SYNA32AA:00 06CB:CE17 Touchpad".NaturalScroll = true; +}