From 0247a86dc4ec9dc82da7a2e01e52d3c8b90b8a93 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 16 Aug 2023 18:28:29 +0200 Subject: [PATCH] add comment --- yodaTux/home-manager.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yodaTux/home-manager.nix b/yodaTux/home-manager.nix index 5df8882..6f2c3d0 100644 --- a/yodaTux/home-manager.nix +++ b/yodaTux/home-manager.nix @@ -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