Skip to content

Instantly share code, notes, and snippets.

@lovesegfault
Last active January 16, 2020 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lovesegfault/6cbde726348468f4aaf1589f693882de to your computer and use it in GitHub Desktop.
Save lovesegfault/6cbde726348468f4aaf1589f693882de to your computer and use it in GitHub Desktop.
let
homePkg = machine:
(import <home-manager/home-manager/home-manager.nix> {
confPath = machine;
confAttr = "";
}).activationPackage;
in {
foucault = homePkg ./machines/foucault.nix;
bohr = homePkg ./machines/bohr.nix;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment