From 50e317fc226d93cc62d2c303c56acc9f378fb19c Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 10 Jun 2023 20:58:45 -0400 Subject: [PATCH] nix: Formatting --- modules/waycorner/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/waycorner/default.nix b/modules/waycorner/default.nix index 8f61748a..5f71f033 100644 --- a/modules/waycorner/default.nix +++ b/modules/waycorner/default.nix @@ -1,5 +1,4 @@ -{pkgs, ...}: -{ +{pkgs, ...}: { environment.systemPackages = with pkgs; [ waycorner ];