From 4f054df84806006a53543d87aeeeeced40c317b9 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sat, 16 Nov 2024 20:23:53 -0500 Subject: [PATCH] minor formatting fix --- flake.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index ba8aca8..4880fc4 100644 --- a/flake.nix +++ b/flake.nix @@ -35,11 +35,10 @@ # flake packages { - environment.systemPackages = with inputs; - [ - compose2nix.packages.${system}.default - zen-browser.packages.${system}.specific - ]; + environment.systemPackages = with inputs; [ + compose2nix.packages.${system}.default + zen-browser.packages.${system}.specific + ]; } # Catppuccin theme