From ecea529aef7fd39087edfa073bb83a057e5c4d2e Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Thu, 19 Mar 2026 15:43:28 -0300 Subject: [PATCH] fix(terminal): infinite recursion due to options checking --- home/terminal/home.nix | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/home/terminal/home.nix b/home/terminal/home.nix index ed290c2..6e4915b 100644 --- a/home/terminal/home.nix +++ b/home/terminal/home.nix @@ -1,16 +1,13 @@ { lib, - options, ... -}: -with lib; { - imports = - [ - ./browser.nix - ./desktop.nix - ] - ++ (optionals (options.home?persistence) [ - ./impermanence.nix +}: { + imports = [ + ./browser.nix + ./desktop.nix + ./impermanence.nix + ]; + ]); # This value determines the Home Manager release that your