mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
home-environment: fix formatting
This commit is contained in:
parent
3142bdcc47
commit
c0ef0dab55
1 changed files with 4 additions and 4 deletions
|
@ -475,10 +475,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
home.preferXdgDirectories = mkEnableOption "" // {
|
home.preferXdgDirectories = mkEnableOption "" // {
|
||||||
description = ''
|
description = ''
|
||||||
Whether to make programs use XDG directories whenever supported.
|
Whether to make programs use XDG directories whenever supported.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
Loading…
Reference in a new issue