Commit cff829b
Changed files (2)
home
linux
gui
plasma
options
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";