remove hello.sh test file

This commit is contained in:
Khaïs COLIN 2024-07-27 15:06:22 +02:00
parent 06573fa452
commit 6ade8caac4

View file

@ -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;
};