Adjust Home Manager examples for Ubuntu host path

This commit is contained in:
ltadeu6 2026-04-15 17:36:40 -03:00
parent 6cdfab05c0
commit d7e6451a14
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D
2 changed files with 5 additions and 5 deletions

View file

@ -34,7 +34,7 @@ in
scriptDir = lib.mkOption {
type = lib.types.str;
default = "${config.home.homeDirectory}/music-light";
example = "/home/ltadeu6/music-light";
example = "/home/vini/music-light";
description = "Directory that contains `luz-musica.py`.";
};