1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00
home-manager/tests/modules/home-environment/use-user-packages.nix
2025-03-22 11:01:27 -04:00

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."
];
}