From 57dbec7eeb997dc890eb00b45c9e294f4e6b6861 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Thu, 27 Mar 2025 00:53:22 +0800 Subject: [PATCH] fix: rm home manager from flake --- flake.nix | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/flake.nix b/flake.nix index 896bf65..3402c46 100644 --- a/flake.nix +++ b/flake.nix @@ -20,21 +20,7 @@ in inputs.nixpkgs.lib.nixosSystem { specialArgs = args; - modules = [ - ./systems - - inputs.home-manager.nixosModules.home-manager - { - home-manager = { - useGlobalPkgs = true; - useUserPackages = true; - extraSpecialArgs = args; - users.rafiq.imports = [ - ./users/rafiq.nix - ]; - }; - } - ]; + modules = [ ./systems ]; }; }; in