This commit is contained in:
iFargle 2024-02-08 19:42:37 +09:00
parent b3bc1430a1
commit 78a38efb6a

View file

@ -22,7 +22,7 @@
username ? "albert", username ? "albert",
desktop ? null, desktop ? null,
system ? "x86_64-linux", system ? "x86_64-linux",
theme ? "default", theme ? "stylix",
type ? "default" type ? "default"
}: inputs.home-manager.lib.homeManagerConfiguration { }: inputs.home-manager.lib.homeManagerConfiguration {
pkgs = inputs.nixpkgs.legacyPackages.${system}; pkgs = inputs.nixpkgs.legacyPackages.${system};