zed improvements
This commit is contained in:
parent
cabe7153ed
commit
ca70b17054
2 changed files with 25 additions and 8 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue