style: cursor
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
stylix = {
|
||||
enable = true;
|
||||
targets = {
|
||||
hyprland.enable = false;
|
||||
hyprland.enable = true;
|
||||
waybar.enable = false;
|
||||
kitty.variant256Colors = true;
|
||||
};
|
||||
@ -21,6 +21,12 @@
|
||||
dark = "Pop-Dark";
|
||||
};
|
||||
|
||||
cursor = {
|
||||
name = "catppuccin-mocha-green-cursors";
|
||||
size = 24;
|
||||
package = pkgs.catppuccin-cursors.mochaGreen;
|
||||
};
|
||||
|
||||
fonts = {
|
||||
monospace = {
|
||||
name = "JetBrains Mono";
|
||||
|
Reference in New Issue
Block a user