From 78a38efb6af4c736fe0a457ce3a50476b0303cc6 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 19:42:37 +0900 Subject: [PATCH] test --- lib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/default.nix b/lib/default.nix index b3c749a9..a00db77c 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -22,7 +22,7 @@ username ? "albert", desktop ? null, system ? "x86_64-linux", - theme ? "default", + theme ? "stylix", type ? "default" }: inputs.home-manager.lib.homeManagerConfiguration { pkgs = inputs.nixpkgs.legacyPackages.${system};