mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
feat: configure iamb
This commit is contained in:
parent
8d633714bb
commit
0f0303db83
2 changed files with 5 additions and 1 deletions
|
@ -89,7 +89,6 @@ in
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
signal-desktop
|
signal-desktop
|
||||||
iamb
|
|
||||||
]
|
]
|
||||||
++ lib.optionals cfg.desktopApps.enable (
|
++ lib.optionals cfg.desktopApps.enable (
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|
|
@ -34,6 +34,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.iamb = {
|
||||||
|
enable = true;
|
||||||
|
settings.profiles."matrix.org".user_id = "@youwen:matrix.org";
|
||||||
|
};
|
||||||
|
|
||||||
# must set identitiesOnly since we are adding a ton of SSH keys to ssh-agent and it tries all of them
|
# must set identitiesOnly since we are adding a ton of SSH keys to ssh-agent and it tries all of them
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue