{ home = { config, lib, pkgs, ... }: { sydnix.impermanence = { enable = true; }; home = { stateVersion = "18.09"; packages = [ pkgs.hello ]; }; }; }