feat: add GetRandomQuoteAction
This commit is contained in:
parent
50900986fa
commit
75df191253
13 changed files with 185 additions and 218 deletions
13
devenv.nix
13
devenv.nix
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue