Added cursors to themes
This commit is contained in:
@@ -20,9 +20,17 @@
|
||||
"workbench.iconTheme" = "vscode-icons";
|
||||
};
|
||||
};
|
||||
|
||||
stylix.cursor = {
|
||||
name = "Breeze";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
stylix.cursor = {
|
||||
name = "Breeze";
|
||||
};
|
||||
|
||||
stylix.fonts = {
|
||||
serif = {
|
||||
package = pkgs.dejavu_fonts;
|
||||
|
||||
@@ -20,9 +20,17 @@
|
||||
"workbench.iconTheme" = "vscode-icons";
|
||||
};
|
||||
};
|
||||
|
||||
stylix.cursor = {
|
||||
name = "Breeze";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
stylix.cursor = {
|
||||
name = "Breeze";
|
||||
};
|
||||
|
||||
stylix.fonts = {
|
||||
serif = {
|
||||
package = pkgs.dejavu_fonts;
|
||||
|
||||
Reference in New Issue
Block a user