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