NixOS-Config/modules/home/default.nix

7 lines
120 B
Nix

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