Fix typos

This commit is contained in:
Valentin Brandl
2022-02-18 12:13:34 +01:00
parent c38e003b98
commit 0addd25afa
5 changed files with 20 additions and 15 deletions

View File

@ -38,9 +38,9 @@
{
devShell = pkgs.mkShell {
packages = with pkgs; [
inputs.home-manager.defaultPackage.${system};
inputs.home-manager.defaultPackage.${system}
];
}
};
}
);
}