Solved: Avante works; WIP: Avante markdown; Added: Programs

This commit is contained in:
2025-12-29 01:25:50 +01:00
parent 3f96a3afd9
commit 4421aa7335
10 changed files with 261 additions and 17 deletions

7
home/floorp.nix Normal file
View File

@@ -0,0 +1,7 @@
_: {
programs.floorp = {
enable = true;
# darwinDefaultsId = "com.developer.app";
};
}