nixos/home/common/default.nix

7 lines
92 B
Nix

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