1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 02:57:44 +00:00

darwin: stop printing "last login" message

This commit is contained in:
RGBCube 2025-07-12 14:35:32 +03:00
parent 83cdf1bf2b
commit 8182df2c50
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -0,0 +1,5 @@
{
home-manager.sharedModules = [{
home.file.".hushlogin".text = "";
}];
}