mirror of
https://github.com/nix-community/home-manager.git
synced 2025-04-13 15:57:47 +00:00
8 lines
188 B
Nix
8 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."
|
||
|
];
|
||
|
}
|