add nixvim config
This commit is contained in:
parent
e0cbd257c4
commit
95ffc61f3e
6 changed files with 421 additions and 12 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue