diff --git a/flake.nix b/flake.nix index 2ba0dc0..a31d4db 100644 --- a/flake.nix +++ b/flake.nix @@ -30,9 +30,8 @@ lix.nixosModules.default ]; - homes.modules = with inputs; [ - rose-pine.homeManagerModules.rose-pine - ]; + # homes.modules = with inputs; [ + # ]; outputs-builder = channels: { formatter = channels.nixpkgs.alejandra;