From 6c95c44f878f29644dc4a921f245974c0a878638 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 2 Mar 2025 10:42:34 -0800 Subject: [PATCH] fix: Remove rose-pine mod from homeModules --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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;