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