You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error:
… while calling the 'head' builtin
at /nix/store/lzhqf5y9dcgfkg5f7f96jjc814pgrsqy-source/lib/attrsets.nix:1575:11:
1574| || pred here (elemAt values 1) (head values) then
1575| head values
| ^
1576| else
… while evaluating the attribute 'value'
at /nix/store/lzhqf5y9dcgfkg5f7f96jjc814pgrsqy-source/lib/modules.nix:809:9:
808| in warnDeprecation opt //
809| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value;
| ^
810| inherit (res.defsFinal') highestPrio;
(stack trace truncated; use '--show-trace' to show the full trace)
error: Xremap's config needs to be specified either in .yamlConfig or in .config
Oopsie! I had the nixos module and the home-manager module imported at the same time. I removed the home-manager module and now it is working! Thx again ❤️
I'd like to have a less confusing error message for this so reopening
VTimofeenko
changed the title
error: Xremap's config needs to be specified either in .yamlConfig or in .config
error: Xremap's config needs to be specified either in .yamlConfig or in .config when using both home manager and nixos modules
Jul 24, 2024
Hi! After rebuilding my system I get this error:
This is from my
configuration.nix
:I tried many variations of my configuration, but i always get this error message. So i tried this as well:
Isn't this the required
.config
? Or did I miss something important? Thank you ❤️The text was updated successfully, but these errors were encountered: