home-environment: fix formatting

This commit is contained in:
Robert Helgesson 2024-03-28 12:33:23 +01:00
parent 3142bdcc47
commit c0ef0dab55
No known key found for this signature in database
GPG Key ID: 96E745BD17AA17ED
1 changed files with 4 additions and 4 deletions

View File

@ -475,10 +475,10 @@ in
};
home.preferXdgDirectories = mkEnableOption "" // {
description = ''
Whether to make programs use XDG directories whenever supported.
'';
};
description = ''
Whether to make programs use XDG directories whenever supported.
'';
};
};
config = {