From 7410ca41fb4b6cefb312f2bb0806b7691714f598 Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Sat, 12 Apr 2025 14:43:33 +0200 Subject: [PATCH] deactivate home manager --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2dfe65a..b58165f 100644 --- a/flake.nix +++ b/flake.nix @@ -74,7 +74,7 @@ #nixosModules = import ./modules/nixos; # Reusable home-manager modules you might want to export # These are usually stuff you would upstream into home-manager - homeManagerModules = import ./modules/home-manager; + #homeManagerModules = import ./modules/home-manager; # NixOS configuration entrypoint # Available through 'nixos-rebuild --flake .#your-hostname'