Compare commits

..

2 Commits

Author SHA1 Message Date
henrov 907c000cc0 rebuilding minimised nix files 2026-03-02 19:37:25 +01:00
henrov fa50eb4f8d { config, lib, pkgs, flakeRoot, inputs, ... }:
{
home.packages = with pkgs; [ jq ];
wayland.windowManager.hyprland = {
enable = true;
plugins = [
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprscroll
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprspace
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprsunset
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hypr-easymotion
];
};
}
2026-03-02 19:37:18 +01:00
3 changed files with 314 additions and 314 deletions
+302 -302
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -1749,12 +1749,12 @@ 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.stdenv.hostPlatform.system}; [
hyprland-plugins-hyprscrolling
hyprland-plugins-hyprspace
hyprland-plugins-hyprsunset
hyprland-plugins-HyprEasymotion
];
plugins = [
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprscroll
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprspace
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprsunset
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hypr-easymotion
];
};
}
#+end_src
+6 -6
View File
@@ -3,11 +3,11 @@
home.packages = with pkgs; [ jq ];
wayland.windowManager.hyprland = {
enable = true;
plugins = with inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}; [
hyprland-plugins-hyprscrolling
hyprland-plugins-hyprspace
hyprland-plugins-hyprsunset
hyprland-plugins-HyprEasymotion
];
plugins = [
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprscroll
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprspace
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprsunset
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hypr-easymotion
];
};
}