diff options
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 + ]; } |
