Rename home/home.nix -> home/default.nix

This commit is contained in:
Martin Larsson 2025-05-11 18:32:36 +02:00
parent 571c1027cb
commit ca56564ec9
2 changed files with 1 additions and 1 deletions

View file

@ -110,7 +110,7 @@
home-manager.lib.homeManagerConfiguration {
pkgs = pkgs;
modules = [
./nix/home/home.nix
./nix/home/default.nix
./nix/home/local.nix
] ++ extraModules;