mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update shared.nix
This commit is contained in:
@@ -29,4 +29,15 @@
|
|||||||
"/home".options = [ "compress=zstd" ];
|
"/home".options = [ "compress=zstd" ];
|
||||||
"/nix".options = [ "compress=zstd" "noatime" ];
|
"/nix".options = [ "compress=zstd" "noatime" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home-manager.users.thiloho = { pkgs, lib, config, ... }: {
|
||||||
|
git = {
|
||||||
|
enable = true;
|
||||||
|
userName = "thiloho";
|
||||||
|
userEmail = "123883702+thiloho@users.noreply.github.com";
|
||||||
|
# signing = {
|
||||||
|
# signByDefault = true;
|
||||||
|
# };
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user