diff --git a/lib/default.nix b/lib/default.nix index 6bdd2a61..c1600b45 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -22,7 +22,7 @@ username ? "albert", desktop ? null, system ? "x86_64-linux", - theme ? "stylix", + theme ? "default", type ? "default" }: inputs.home-manager.lib.homeManagerConfiguration { pkgs = inputs.nixpkgs.legacyPackages.${system}; @@ -35,7 +35,7 @@ username ? "albert", desktop ? null, system ? "x86_64-linux", - theme ? "stylix", + theme ? "default", type ? "default", repo ? "nixpkgs", unfree ? false, @@ -83,7 +83,7 @@ desktop ? null, gpu ? null, system ? "x86_64-linux", - theme ? "stylix", + theme ? "default", type ? "default", repo ? "nixpkgs-unstable" }: inputs.${repo}.lib.nixosSystem { @@ -113,7 +113,7 @@ desktop ? null, gpu ? null, system ? "x86_64-linux", - theme ? "stylix", + theme ? "default", type ? "default", repo ? "nixpkgs", unfree ? false @@ -149,7 +149,7 @@ desktop ? null, system ? "x86_64-linux", gpu ? null, - theme ? "stylix", + theme ? "default", repo ? "nixpkgs", unfree ? false, format @@ -192,7 +192,7 @@ desktop ? null, system ? "x86_64-linux", gpu ? null, - theme ? "stylix", + theme ? "default", format }: inputs.nixos-generators.nixosGenerate { specialArgs = { inherit inputs outputs desktop hostname username stateVersion hmStateVersion gpu system theme format; };