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/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/home-manager/default.nix') diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index f9cee08..99c7ee5 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -1,5 +1,10 @@ { ... }: { - imports = [ ./dotfiles.nix ./lockscreen.nix ./personal ./wallpaper.nix ]; + imports = [ + ./dotfiles.nix + ./lockscreen.nix + ./personal + ./wallpaper.nix + ]; } -- cgit v1.2.3