This commit is contained in:
Fabian Hauser 2025-03-04 14:26:25 +02:00
parent c87c0633e4
commit 78629de651
4 changed files with 9 additions and 3 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
anki
ki
];
}

View file

@ -1,13 +1,13 @@
{
config,
pkgs,
lib,
...
}:
{
imports = [
./anki.nix
./catppuccin.nix
./codium.nix
./emanote.nix

View file

@ -1,7 +1,7 @@
{
"assistant": {
"default_model": {
"model": "o1-mini",
"model": "gpt-4o-mini",
"provider": "openai"
},
"version": "2"

View file

@ -1,5 +1,4 @@
{
lib,
...
}:
{