diff --git a/modules/cross-platform/home-manager/neovim.nix b/modules/cross-platform/home-manager/neovim.nix index b8221b0..496ec64 100644 --- a/modules/cross-platform/home-manager/neovim.nix +++ b/modules/cross-platform/home-manager/neovim.nix @@ -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 diff --git a/modules/linux/nixos/stylix.nix b/modules/linux/nixos/stylix.nix index 8b0ebe4..4067e42 100644 --- a/modules/linux/nixos/stylix.nix +++ b/modules/linux/nixos/stylix.nix @@ -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";