add nixvim config

This commit is contained in:
Sean Kovacs 2025-11-07 15:44:57 -05:00
commit 83dfbf9260
Signed by: sckova
GPG key ID: 00F325187C68651A
6 changed files with 421 additions and 12 deletions

View file

@ -7,8 +7,21 @@
};
programs.plasma = {
input.touchpads = [
{
name = "Apple MTP multi-touch";
vendorId = "05ac";
productId = "0352";
disableWhileTyping = false;
enable = true;
tapToClick = false;
naturalScroll = true;
accelerationProfile = "default";
}
];
workspace = {
# lookAndFeel = "Catppuccin-Mocha-Peach";
colorScheme = "CatppuccinMochaPeach";
cursor.theme = "catppuccin-mocha-peach-cursors";
splashScreen.theme = "Catpppuccin-Mocha-Peach";