Added cursors to themes

This commit is contained in:
2024-01-09 15:11:13 -04:00
parent 97243d1f48
commit 65cc51ae76
2 changed files with 16 additions and 0 deletions

View File

@@ -20,9 +20,17 @@
"workbench.iconTheme" = "vscode-icons";
};
};
stylix.cursor = {
name = "Breeze";
};
}
];
stylix.cursor = {
name = "Breeze";
};
stylix.fonts = {
serif = {
package = pkgs.dejavu_fonts;