From fc019d789523ce5f89436b8dbc458cf3b79abf43 Mon Sep 17 00:00:00 2001 From: aristote Date: Tue, 29 Jul 2025 15:25:11 +0200 Subject: reformat everything with nixfmt --- modules/home-manager/dotfiles.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/home-manager/dotfiles.nix') diff --git a/modules/home-manager/dotfiles.nix b/modules/home-manager/dotfiles.nix index 6d28f39..0a58589 100644 --- a/modules/home-manager/dotfiles.nix +++ b/modules/home-manager/dotfiles.nix @@ -3,11 +3,10 @@ { options.personal.home.dotfiles = lib.mkOption { type = with lib.types; attrsOf path; - default = {}; + default = { }; description = '' Paths to dotfiles. ''; - example = - lib.literalExample "{ \"init.el\" = ./dotfiles/init.el; }"; + example = lib.literalExample "{ \"init.el\" = ./dotfiles/init.el; }"; }; } -- cgit v1.2.3