style: format code

This commit is contained in:
tux
2026-03-27 21:34:50 +05:30
parent 595cf577b4
commit da97041c2a
2 changed files with 8 additions and 2 deletions

View File

@@ -68,7 +68,10 @@
];
# Facilitate firewall punching
allowedUDPPorts = [41641 4242];
allowedUDPPorts = [
41641
4242
];
allowedTCPPortRanges = [
{

View File

@@ -3,7 +3,10 @@
./hyprlock.nix
];
home.packages = with pkgs; [ags awww];
home.packages = with pkgs; [
ags
awww
];
wayland.windowManager.hyprland = {
enable = true;