Adjust Home Manager examples for Ubuntu host path
This commit is contained in:
parent
6cdfab05c0
commit
d7e6451a14
2 changed files with 5 additions and 5 deletions
|
|
@ -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`.";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue