fix(terminal): infinite recursion due to options checking

This commit is contained in:
Guz
2026-03-19 15:43:28 -03:00
parent 9290b863f9
commit ecea529aef

View File

@@ -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