mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-23 01:52:46 +00:00
feat: hyprland scrolling
This commit is contained in:
@@ -181,6 +181,15 @@
|
||||
];
|
||||
|
||||
networking = {
|
||||
firewall = {
|
||||
allowedUDPPortRanges = [
|
||||
{
|
||||
from = 1;
|
||||
to = 65535;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [ networkmanager-openconnect ];
|
||||
|
||||
Reference in New Issue
Block a user