nix-on-droid/templates/advanced/home.nix
2022-10-28 17:52:27 +02:00

8 lines
146 B
Nix

{ config, lib, pkgs, ... }:
{
# Read the changelog before changing this value
home.stateVersion = "22.05";
# insert home-manager config
}