mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
7 lines
188 B
Nix
7 lines
188 B
Nix
{
|
|
home.useUserPackages = true;
|
|
|
|
test.asserts.warnings.expected = [
|
|
"You have enabled `home.useUserPackages`, but this option has no effect outside of NixOS configurations."
|
|
];
|
|
}
|