minor updates

This commit is contained in:
Vivian 2022-12-17 13:21:22 +01:00
parent 616f6781fd
commit e050461b43
6 changed files with 46 additions and 46 deletions

View file

@ -82,8 +82,6 @@
luasnip.expand()
elseif luasnip.expand_or_jumpable() then
luasnip.expand_or_jump()
elseif check_backspace() then
fallback()
else
fallback()
end

View file

@ -4,9 +4,9 @@ let
cursorTheme = config.home.pointerCursor.name;
in {
home.pointerCursor = {
name = "Catppuccin-Frappe-Pink-Cursors";
size = 32;
package = pkgs.catppuccin-cursors.frappePink;
name = "Bibata_Ghost";
size = 24;
package = pkgs.bibata-cursors-translucent;
};
gtk = {