add missing semicolon

This commit is contained in:
Gabriella Bere 2024-08-26 01:49:37 +01:00
parent 19907c1d03
commit b62234602d

View file

@ -41,6 +41,6 @@
./home-manager/home.nix ./home-manager/home.nix
inputs.anyrun.homeManagerModules.default inputs.anyrun.homeManagerModules.default
]; ];
} };
}; };
} }