feat: hyprland scrolling

This commit is contained in:
2026-01-18 15:35:34 +01:00
parent e3e1d93b99
commit 7a30d561c0
8 changed files with 661 additions and 32 deletions

View File

@@ -45,7 +45,10 @@
walker.enable = true;
waybar.enable = true;
};
desktops.niri.enable = true;
desktops.hyprland = {
enable = true;
scrolling = true;
};
locale.preset.theaninova.enable = true;
networking.hosts = {
@@ -195,6 +198,14 @@
25565
50765
];
/*
allowedUDPPortRanges = [
{
from = 1;
to = 65535;
}
];
*/
};
networkmanager = {