sh -c "rename main.nix default.nix"

This commit is contained in:
unexplrd
2025-02-06 23:50:52 +02:00
parent 318318ee8f
commit ff5765eeee
9 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
{ {
imports = [ imports = [
./console/yazi.nix ./console/yazi.nix
./editor/main.nix ./editor/default.nix
./shell/main.nix ./shell/default.nix
./terminal/main.nix ./terminal/default.nix
]; ];
} }

View File

@ -1,8 +1,8 @@
{ {
imports = [ imports = [
./misc/main.nix ./misc/default.nix
./security/main.nix ./security/default.nix
./virtual/main.nix ./virtual/default.nix
./wireless/main.nix ./wireless/default.nix
]; ];
} }