diff --git a/home-manager/nathan/impermanence/default.nix b/home-manager/nathan/impermanence/default.nix index 890e161..76a3ac3 100644 --- a/home-manager/nathan/impermanence/default.nix +++ b/home-manager/nathan/impermanence/default.nix @@ -6,7 +6,7 @@ options.homeconfig.impermanence.enable = lib.options.mkOption { type = lib.types.bool; - default = true; + default = false; }; config = lib.mkIf config.homeconfig.impermanence.enable {