7 lines
90 B
Nix
7 lines
90 B
Nix
{ ... }:
|
|
|
|
{
|
|
nixpkgs.config.allowUnfree = true;
|
|
programs.home-manager.enable = true;
|
|
}
|