diff options
| author | aristote <quentin.aristote@irif.fr> | 2025-07-29 15:25:11 +0200 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2025-07-29 15:25:11 +0200 |
| commit | fc019d789523ce5f89436b8dbc458cf3b79abf43 (patch) | |
| tree | ec56fd1b1ed9fc75096c0b09db48a152975e4d53 /modules/home-manager/default.nix | |
| parent | a3d19bc509d9f39fb41256cd55d2bd7706de202f (diff) | |
reformat everything with nixfmt
Diffstat (limited to 'modules/home-manager/default.nix')
| -rw-r--r-- | modules/home-manager/default.nix | 7 |
1 files changed, 6 insertions, 1 deletions
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 + ]; } |
