Compare commits

..

No commits in common. "ad6e2f866de07f6f1b66e96e86cb442aa4d452b3" and "7e1dcadc10ba1bc2eb1735a91d9f6033985d4497" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,6 @@
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 = 36;
stylix.cursor.size = 48;
# Fix stuff not automatically using dark theme on websites
stylix.polarity = "dark";