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;