mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
darwin: stop printing "last login" message
This commit is contained in:
parent
83cdf1bf2b
commit
8182df2c50
1 changed files with 5 additions and 0 deletions
5
modules/darwin/stop-login-print-in-shell.nix
Normal file
5
modules/darwin/stop-login-print-in-shell.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
home-manager.sharedModules = [{
|
||||
home.file.".hushlogin".text = "";
|
||||
}];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue