Compare commits
2 Commits
3868338a18
...
907c000cc0
| Author | SHA1 | Date | |
|---|---|---|---|
| 907c000cc0 | |||
| fa50eb4f8d |
+302
-302
File diff suppressed because it is too large
Load Diff
@@ -1749,12 +1749,12 @@ This Nix module integrates the hyprscrolling plugin into a Home-Manager managed
|
|||||||
home.packages = with pkgs; [ jq ];
|
home.packages = with pkgs; [ jq ];
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}; [
|
plugins = [
|
||||||
hyprland-plugins-hyprscrolling
|
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprscroll
|
||||||
hyprland-plugins-hyprspace
|
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprspace
|
||||||
hyprland-plugins-hyprsunset
|
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprsunset
|
||||||
hyprland-plugins-HyprEasymotion
|
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hypr-easymotion
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
home.packages = with pkgs; [ jq ];
|
home.packages = with pkgs; [ jq ];
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}; [
|
plugins = [
|
||||||
hyprland-plugins-hyprscrolling
|
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprscroll
|
||||||
hyprland-plugins-hyprspace
|
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprspace
|
||||||
hyprland-plugins-hyprsunset
|
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprsunset
|
||||||
hyprland-plugins-HyprEasymotion
|
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hypr-easymotion
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user