From dee6c5d9cbc12ff3012a27a5e69dfe331089310b Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 7 Sep 2024 11:51:57 -0400 Subject: tree-wide: use flake module for configurations --- users/default.nix | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'users/default.nix') diff --git a/users/default.nix b/users/default.nix index 6ead5c3..bb0f198 100644 --- a/users/default.nix +++ b/users/default.nix @@ -1,16 +1,7 @@ -{ self, withSystem, ... }: { - flake.homeConfigurations = - let - # see ./lib/builders.nix - inherit (self.lib) homeManagerConfiguration; - - pkgsFor = system: withSystem system ({ pkgs, ... }: pkgs); - in - { - seth = homeManagerConfiguration { - pkgs = pkgsFor "x86_64-linux"; - modules = [ ./seth/home.nix ]; - }; + homeConfigurations = { + seth = { + modules = [ ./seth/home.nix ]; }; + }; } -- cgit v1.2.3