syntax?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user