wip: b4 nvim config

This commit is contained in:
zoey 2025-08-31 10:25:07 -04:00
parent b6a5942767
commit d14e84eae8
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
7 changed files with 116 additions and 114 deletions

View file

@ -8,9 +8,14 @@ return {
},
{
"catppuccin",
opts = {
transparent_background = true,
},
opts = function(_, opts)
local module = require("catppuccin.groups.integrations.bufferline")
if module then
module.get = module.get_theme
end
opts.transparent_background = true
return opts
end,
-- config = function()
-- require("catppuccin").setup({
-- transparent_background = true,

View file

@ -38,7 +38,7 @@ in {
catppuccin.enable = false;
enable = true;
defaultEditor = true;
# package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
extraLuaPackages = ps: [ps.magick];
extraPackages = with pkgs; [
# Formatters

View file

@ -246,7 +246,6 @@ in {
# };
# };
services.quickshell.enable = true;
services.wallpaper.enable = true;
};
}

View file

@ -57,6 +57,8 @@ with lib.custom; {
variant = "";
options = null; # Or "" if you prefer explicit empty
};
repeat-rate = 40;
};
touchpad = {