From 088facf700946cb8f2d96c6089185bdc2a67180a Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 30 Jun 2024 09:56:30 -0400 Subject: alejandra -> nixfmt-rfc-style --- users/default.nix | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'users/default.nix') diff --git a/users/default.nix b/users/default.nix index 38d391f..671ce14 100644 --- a/users/default.nix +++ b/users/default.nix @@ -1,15 +1,14 @@ +{ self, withSystem, ... }: { - self, - withSystem, - ... -}: { - flake.homeConfigurations = let - inherit (self.lib) homeManagerConfiguration; - pkgsFor = system: withSystem system ({pkgs, ...}: pkgs); - in { - seth = homeManagerConfiguration { - pkgs = pkgsFor "x86_64-linux"; - modules = [./seth/home.nix]; + flake.homeConfigurations = + let + inherit (self.lib) homeManagerConfiguration; + pkgsFor = system: withSystem system ({ pkgs, ... }: pkgs); + in + { + seth = homeManagerConfiguration { + pkgs = pkgsFor "x86_64-linux"; + modules = [ ./seth/home.nix ]; + }; }; - }; } -- cgit v1.2.3