Added curor to spaceduck theme

This commit is contained in:
2023-12-29 14:53:41 +00:00
parent 5ce6e92571
commit c26cb06b8a

View File

@@ -16,13 +16,17 @@
vscode-marketplace.vscode-icons-team.vscode-icons
];
userSettings = {
"workbench.colorTheme" = "Spaceduck";
"workbench.colorTheme" = "spaceduck";
"workbench.iconTheme" = "vscode-icons";
};
};
}
];
stylix.cursor = {
name = "Breeze";
};
stylix.fonts = {
serif = {
package = pkgs.dejavu_fonts;