{ flake-file.inputs = { home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; }; den.aspects = { base = { homeManager = { config, ... }: { home.homeDirectory = "/home/${config.home.username}"; programs.home-manager.enable = true; systemd.user.startServices = "sd-switch"; }; }; }; } /* https://ohai.social/@rycee/112502545466617762 https://github.com/nix-community/home-manager/issues/5452 */