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