Recreated nix files

This commit is contained in:
2026-03-03 11:43:21 +01:00
parent 342131106d
commit e5520636b2
3 changed files with 320 additions and 317 deletions
+7 -6
View File
@@ -1,8 +1,9 @@
{ config, lib, pkgs, flakeRoot, inputs, ... }:
wayland.windowManager.hyprland = {
enable = true;
plugins = with inputs.hyprland-nix.packages.${pkgs.stdenv.hostPlatform.system}; [
hyprscrolling
];
};
{
wayland.windowManager.hyprland = {
enable = true;
plugins = with inputs.hyprland-nix.packages.${pkgs.stdenv.hostPlatform.system}; [
hyprscrolling
];
};
}