greet user with their name
This commit is contained in:
parent
e098baef28
commit
cc272f0cce
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
|
@ -11,7 +11,7 @@ in {
|
|||
text = ''
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo 'Hello, World!'
|
||||
echo 'Hello, ${username}!'
|
||||
echo '*slaps roof* This script can fit so many lines in it!'
|
||||
'';
|
||||
executable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue