5 lines
102 B
Nix
5 lines
102 B
Nix
{ deprekages, lib, ... }:
|
|
{
|
|
# Use a HM standalone install.
|
|
programs.home-manager.enable = true;
|
|
}
|