From da97041c2abe2a34f3c58f0eef308794f1faec38 Mon Sep 17 00:00:00 2001 From: tux Date: Fri, 27 Mar 2026 21:34:50 +0530 Subject: [PATCH] style: format code --- hosts/canopus/default.nix | 5 ++++- modules/home/desktop/hyprland/default.nix | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index 3e82a72..ee0d79c 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -68,7 +68,10 @@ ]; # Facilitate firewall punching - allowedUDPPorts = [41641 4242]; + allowedUDPPorts = [ + 41641 + 4242 + ]; allowedTCPPortRanges = [ { diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 82dabcb..a62620a 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -3,7 +3,10 @@ ./hyprlock.nix ]; - home.packages = with pkgs; [ags awww]; + home.packages = with pkgs; [ + ags + awww + ]; wayland.windowManager.hyprland = { enable = true;