rebuilding minimised nix files

This commit is contained in:
2026-03-02 19:37:25 +01:00
parent fa50eb4f8d
commit 907c000cc0
2 changed files with 308 additions and 308 deletions
+302 -302
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -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
]; ];
}; };
} }