mirror of
https://github.com/nix-community/home-manager
synced 2025-02-18 14:15:08 +01:00
git-workspace: description syntax
This commit is contained in:
parent
93f297461b
commit
643cdfc15b
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ in {
|
|||
{
|
||||
provider = "gitlab"
|
||||
name = "gitlab_username"
|
||||
# it's possible to use the same path as previous provider
|
||||
# if there are not name clashes
|
||||
# It's possible to use the same path as a previous provider
|
||||
# if there are no name clashes.
|
||||
path = "''${config.home.homeDirectory}/personal_projects"
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue