add comment

This commit is contained in:
Daniel Langbein 2023-08-16 18:28:29 +02:00
parent efe8105ded
commit 0247a86dc4

View File

@ -10,7 +10,9 @@ in
home-manager.users.yoda = {
/* The home.stateVersion option does not have a default and must be set */
/* https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion */
home.stateVersion = "23.05";
/* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */
# Git config using Home Manager modules