nix-on-droid/templates/advanced/home.nix
2023-06-18 10:31:47 +02:00

8 lines
146 B
Nix

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