feat: add GetRandomQuoteAction

This commit is contained in:
cătălin 2025-02-13 09:52:15 +01:00
commit 75df191253
No known key found for this signature in database
13 changed files with 185 additions and 218 deletions

View file

@ -5,24 +5,11 @@
packages = [ pkgs.git ];
certificates = [
"id.twitch.tv"
"twitch.tv"
"discord.com"
];
languages.python.enable = true;
languages.python.uv.enable = true;
languages.python.version = "3.12.8";
scripts.hello.exec = ''
echo hello from $GREET
'';
enterShell = ''
hello
git --version
fish
'';
dotenv.enable = true;