nixos/home/common.nix

7 lines
90 B
Nix

{ ... }:
{
nixpkgs.config.allowUnfree = true;
programs.home-manager.enable = true;
}