undo testing

This commit is contained in:
Isshi0417 2024-07-02 17:16:38 +09:00
parent fcd2386eb6
commit f25f50f21a
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
nixosConfigurations.default = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [
# inputs.home-manager.nixosModules.default
inputs.home-manager.nixosModules.default
inputs.stylix.nixosModules.stylix
./hosts/default/configuration.nix
];

View File

@ -2,7 +2,7 @@
{
# Enable stylix
stylix.enable = libMkforce true;
services.stylix.enable = libMkforce true;
stylix.homeManagerIntegration.autoImport = false;
stylix.homeManagerIntegration.followSystem = true;