We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/homes/${system}/${user}
/homes/${system}/${user}@${host}
I have been curiously looking at https://github.com/jakehamilton/config to understand how snowfall can actually be used.
There I've noticed /homes/x86_64-linux/short/default.nix which isn't in the user@host format.
/homes/x86_64-linux/short/default.nix
It turns out that if you have a machine host, and create:
host
/homes/x86_64-linux/user/default.nix
/homes/x86_64-linux/user@host/default.nix
Then both modules are imported when building user's home on host.
user
This is great and intuitive, I could adopt this in my configs (nicdumz/nix-config@dee7eaa) but https://snowfall.org/guides/lib/homes/ and https://snowfall.org/reference/lib/#flake-structure do not document this (great) feature.
The text was updated successfully, but these errors were encountered:
refactor: alejandra -> nixfmt-rfc-style
b5a869b
No branches or pull requests
I have been curiously looking at https://github.com/jakehamilton/config to understand how snowfall can actually be used.
There I've noticed
/homes/x86_64-linux/short/default.nix
which isn't in the user@host format.It turns out that if you have a machine
host
, and create:/homes/x86_64-linux/user/default.nix
/homes/x86_64-linux/user@host/default.nix
Then both modules are imported when building
user
's home onhost
.This is great and intuitive, I could adopt this in my configs (nicdumz/nix-config@dee7eaa) but https://snowfall.org/guides/lib/homes/ and https://snowfall.org/reference/lib/#flake-structure do not document this (great) feature.
The text was updated successfully, but these errors were encountered: