zed improvements

This commit is contained in:
notgne2 2025-10-16 10:06:05 -07:00
parent cabe7153ed
commit ca70b17054
No known key found for this signature in database
2 changed files with 25 additions and 8 deletions

View file

@ -87,13 +87,16 @@ in {
package = pkgs.hyprland;
portalPackage = pkgs.xdg-desktop-portal-hyprland;
plugins = with pkgs.hyprlandPlugins; [
# inputs.hy3.packages.${pkgs.stdenv.hostPlatform.system}.hy3
hy3
hypr-dynamic-cursors
(inputs.hypr-darkwindow.packages.${pkgs.stdenv.hostPlatform.system}.Hypr-DarkWindow.overrideAttrs (super: {
buildInputs = with pkgs; [hyprland.dev] ++ hyprland.buildInputs;
}))
];
settings = {
"plugin:dynamic-cursors" = {
shake.enabled = false;
};
"plugin:hy3" = {
no_gaps_when_only = 1;
};