From 1d7b04a71c7222153ffa9cd48f73b51ea72204d1 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 18 Feb 2023 05:13:27 -0500 Subject: major refactor - `mkHost` now accepts an optional `specialArgs` argument to be passed to `nixosSystem()` - the `modules` argument for `mkHMUser` is now optional --- util/user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/user.nix') diff --git a/util/user.nix b/util/user.nix index 3d16651..62c29f2 100644 --- a/util/user.nix +++ b/util/user.nix @@ -4,7 +4,7 @@ stateVersion ? "22.11", system ? "x86_64-linux", channel, - modules, + modules ? [], }: home-manager.lib.homeManagerConfiguration { pkgs = channel.legacyPackages.${system}; -- cgit v1.2.3