mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-23 18:12:39 +00:00
feat: hyprland scrolling
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user