From f25f50f21a95e015adcc2876f0db3d9b0cc569b7 Mon Sep 17 00:00:00 2001 From: Isshi0417 Date: Tue, 2 Jul 2024 17:16:38 +0900 Subject: [PATCH] undo testing --- flake.nix | 2 +- modules/nixos/stylix/ghibli/stylix.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 17f1f18..8457c0f 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ]; diff --git a/modules/nixos/stylix/ghibli/stylix.nix b/modules/nixos/stylix/ghibli/stylix.nix index 4a1533e..95540f2 100644 --- a/modules/nixos/stylix/ghibli/stylix.nix +++ b/modules/nixos/stylix/ghibli/stylix.nix @@ -2,7 +2,7 @@ { # Enable stylix - stylix.enable = libMkforce true; + services.stylix.enable = libMkforce true; stylix.homeManagerIntegration.autoImport = false; stylix.homeManagerIntegration.followSystem = true;