Update shared.nix

This commit is contained in:
Thilo Hohlt
2023-07-26 11:00:24 +02:00
committed by GitHub
parent 32802cfbaa
commit 35383366d2

View File

@@ -30,7 +30,7 @@
"/nix".options = [ "compress=zstd" "noatime" ];
};
home-manager.users.thiloho = { pkgs, lib, config, ... }: {
home-manager.users.thiloho = { ... }: {
git = {
enable = true;
userName = "thiloho";