Compare commits

...

2 commits

Author SHA1 Message Date
ad6e2f866d feat: lower cursor size.
All checks were successful
/ cache (push) Successful in 1m20s
2026-04-18 18:38:50 +02:00
b587ddddf8 feat: fix hm trying to manage init.lua 2026-04-18 18:38:44 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@
withNodeJs = true;
withPython3 = true;
withRuby = true;
sideloadInitLua = true; # Fix hm creating a init.lua so I can use my personal config
extraPackages = [
# for treesitter
pkgs.gcc

View file

@ -18,7 +18,7 @@
# Change Cursor
stylix.cursor.package = pkgs.bibata-cursors;
stylix.cursor.name = "Bibata-Modern-Ice";
stylix.cursor.size = 48;
stylix.cursor.size = 36;
# Fix stuff not automatically using dark theme on websites
stylix.polarity = "dark";