mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: use iamb flake for nightly build because 0.10 is broken
This commit is contained in:
parent
0f0303db83
commit
cfee3ac864
3 changed files with 82 additions and 10 deletions
|
@ -36,7 +36,14 @@
|
|||
|
||||
programs.iamb = {
|
||||
enable = true;
|
||||
settings.profiles."matrix.org".user_id = "@youwen:matrix.org";
|
||||
package = inputs.iamb.packages.${pkgs.stdenv.targetPlatform.system}.default;
|
||||
settings = {
|
||||
profiles."matrix.org".user_id = "@youwen:matrix.org";
|
||||
settings = {
|
||||
image_preview = { };
|
||||
notifications.enabled = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# must set identitiesOnly since we are adding a ton of SSH keys to ssh-agent and it tries all of them
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue