nixos/hosts/android/home.nix

9 lines
146 B
Nix

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