many improvements
This commit is contained in:
@@ -7,7 +7,7 @@ in
|
||||
cursor = {
|
||||
size = lib.mkOption {
|
||||
type = lib.types.int;
|
||||
default = 35;
|
||||
default = 22;
|
||||
description = "Size of the cursor in pixels.";
|
||||
};
|
||||
};
|
||||
@@ -57,8 +57,8 @@ in
|
||||
autoEnable = false;
|
||||
|
||||
cursor = {
|
||||
package = pkgs.apple-cursor;
|
||||
name = "macOS";
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Ice";
|
||||
size = cfg.cursor.size;
|
||||
};
|
||||
|
||||
@@ -84,7 +84,7 @@ in
|
||||
};
|
||||
|
||||
monospace = {
|
||||
package = pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; };
|
||||
package = pkgs.nerd-fonts.fira-code;
|
||||
name = cfg.monospaceFont;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user