From ef2b5ea9f2f9450eac7ac2a875a8f1c6599c1ed0 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 24 May 2024 04:46:59 -0400 Subject: don't use flake module --- users/default.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'users/default.nix') diff --git a/users/default.nix b/users/default.nix index 7618f9c..38d391f 100644 --- a/users/default.nix +++ b/users/default.nix @@ -1,6 +1,14 @@ { - configurations.home = { - seth = { + 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]; }; }; -- cgit v1.2.3