From 54c49d1676ac6de471f32aff65268c6107cdd08d Mon Sep 17 00:00:00 2001 From: arunoruto Date: Mon, 14 Oct 2024 03:54:00 +0200 Subject: [PATCH] Remove the pc component from the flake --- flake.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index feeb6b3..aad1c78 100644 --- a/flake.nix +++ b/flake.nix @@ -301,12 +301,12 @@ mar = home-manager.lib.homeManagerConfiguration { inherit pkgs; modules = - home-manager-modules - ++ [ - { - pc.enable = false; - } - ]; + home-manager-modules; + # ++ [ + # { + # pc.enable = false; + # } + # ]; extraSpecialArgs = { inherit inputs; user = "mar";