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

@@ -181,6 +181,15 @@
];
networking = {
firewall = {
allowedUDPPortRanges = [
{
from = 1;
to = 65535;
}
];
};
networkmanager = {
enable = true;
plugins = with pkgs; [ networkmanager-openconnect ];