Commit cff829b

HPCesia <me@hpcesia.com>
2025-08-12 13:52:42
feat: update plasma config
1 parent 1ff9259
Changed files (2)
home
linux
gui
plasma
hosts
chaser-kevin
home/linux/gui/plasma/options/appearance.nix
@@ -19,7 +19,7 @@ in {
 
     workspace = {
       wallpaper = "${wallpapers}/default_wallpaper";
-      theme = "breeze-dark";
+      theme = "default";
       colorScheme = "CatppuccinMacchiatoMauve";
       iconTheme = "breeze-dark";
     };
hosts/chaser-kevin/home.nix
@@ -46,6 +46,21 @@
     };
   };
 
+  programs.plasma.input = {
+    touchpads = [
+      {
+        enable = true;
+        name = "SYNA2BA6:00 06CB:CF00 Touchpad";
+        productId = "cf00";
+        vendorId = "06cb";
+        disableWhileTyping = true;
+        naturalScroll = true;
+        tapToClick = true;
+        tapAndDrag = true;
+      }
+    ];
+  };
+
   programs.fastfetch.settings.logo = {
     type = "kitty-direct";
     source = "${nixos-logo}/nixos-griseo.png";