From c0ef0dab55611c676ad7539bf4e41b3ec6fa87d2 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Thu, 28 Mar 2024 12:33:23 +0100 Subject: [PATCH] home-environment: fix formatting --- modules/home-environment.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/home-environment.nix b/modules/home-environment.nix index b3f6d6e2..59497ec4 100644 --- a/modules/home-environment.nix +++ b/modules/home-environment.nix @@ -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 = {