wrap fastfetch with config; run fastfetch on ssh login
This commit is contained in:
parent
716ed5cc53
commit
697a9f2cab
6 changed files with 93 additions and 11 deletions
|
|
@ -5,4 +5,9 @@
|
|||
enable = true;
|
||||
settings.PermitRootLogin = "no";
|
||||
};
|
||||
programs.fish.interactiveShellInit = ''
|
||||
if set -q SSH_CONNECTION
|
||||
neofetch
|
||||
end
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue