nixos-config/tsunemori/home.nix
2025-01-01 10:20:27 +01:00

12 lines
153 B
Nix

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