From b587ddddf81c7da1ee4de4d5e2ea0dbab418db3d Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 18 Apr 2026 18:38:44 +0200 Subject: [PATCH 1/2] feat: fix hm trying to manage init.lua --- modules/cross-platform/home-manager/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cross-platform/home-manager/neovim.nix b/modules/cross-platform/home-manager/neovim.nix index 496ec64..b8221b0 100644 --- a/modules/cross-platform/home-manager/neovim.nix +++ b/modules/cross-platform/home-manager/neovim.nix @@ -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 From ad6e2f866de07f6f1b66e96e86cb442aa4d452b3 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 18 Apr 2026 18:38:50 +0200 Subject: [PATCH 2/2] feat: lower cursor size. --- modules/linux/nixos/stylix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linux/nixos/stylix.nix b/modules/linux/nixos/stylix.nix index 4067e42..8b0ebe4 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 = 48; + stylix.cursor.size = 36; # Fix stuff not automatically using dark theme on websites stylix.polarity = "dark";