many improvements

This commit is contained in:
2025-07-17 18:10:37 +02:00
parent 0a731ef17f
commit 82e26ee498
58 changed files with 1970 additions and 1005 deletions

View File

@@ -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;
};