Add anki
This commit is contained in:
parent
c87c0633e4
commit
78629de651
4 changed files with 9 additions and 3 deletions
7
home-modules/applications/anki.nix
Normal file
7
home-modules/applications/anki.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
anki
|
||||
ki
|
||||
];
|
||||
}
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
|
||||
imports = [
|
||||
./anki.nix
|
||||
./catppuccin.nix
|
||||
./codium.nix
|
||||
./emanote.nix
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"assistant": {
|
||||
"default_model": {
|
||||
"model": "o1-mini",
|
||||
"model": "gpt-4o-mini",
|
||||
"provider": "openai"
|
||||
},
|
||||
"version": "2"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue