this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

export users home for home-manager --flake home-manager --flake needs the activationPackage in the root of the homeConfiguration

Pacman99 8ba7bffc d5175f6c

+1 -1
+1 -1
lib/devos/mkHomeConfigurations.nix
··· 3 3 with lib; 4 4 let 5 5 mkHomes = host: config: 6 - mapAttrs' (user: v: nameValuePair "${user}@${host}" v) 6 + mapAttrs' (user: v: nameValuePair "${user}@${host}" v.home) 7 7 config.config.system.build.homes; 8 8 9 9 hmConfigs = mapAttrs mkHomes self.nixosConfigurations;