NixOS-Config/modules/home/default.nix

8 lines
144 B
Nix

{ ... }:
{
nixpkgs.config.allowUnfree = true;
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
home.stateVersion = "24.05";
}