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 = [
./console/yazi.nix
./editor/main.nix
./shell/main.nix
./terminal/main.nix
./editor/default.nix
./shell/default.nix
./terminal/default.nix
];
}