remove hello.sh test file
This commit is contained in:
parent
06573fa452
commit
6ade8caac4
1 changed files with 0 additions and 10 deletions
10
home.nix
10
home.nix
|
|
@ -20,16 +20,6 @@ in {
|
|||
];
|
||||
|
||||
file = {
|
||||
"hello.sh" = {
|
||||
text = ''
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo 'Hello, ${username}!'
|
||||
echo '*slaps roof* This script can fit so many lines in it!'
|
||||
'';
|
||||
executable = true;
|
||||
};
|
||||
|
||||
# konsole configuration
|
||||
".local/share/konsole/Nixos.profile".source = ./konsole/Nixos.profile;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue