Fixed a typo

This commit is contained in:
Alexandre1a 2026-01-15 15:58:02 +01:00
parent 3b017106a4
commit efc2331c28
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10

View File

@ -22,7 +22,7 @@
# Home-Manager config
home-manager = {
extraSpecialArgs = { inherit inputs };
extraSpecialArgs = { inherit inputs; };
useGlobalPkgs = true;
useUserPackages = true;
backupFileExtension = "HM-backup";