nix-on-droid/templates/advanced/home.nix
2025-01-22 20:31:47 +01:00

8 lines
146 B
Nix

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