iamb
This commit is contained in:
parent
c3460fbda3
commit
116e760a62
3 changed files with 12 additions and 1 deletions
|
|
@ -30,6 +30,7 @@
|
|||
./ssh.nix
|
||||
./stylix.nix
|
||||
./thunderbird.nix
|
||||
./messaging.nix
|
||||
|
||||
./zsh
|
||||
./nushell.nix
|
||||
|
|
|
|||
11
home/lilith/messaging.nix
Normal file
11
home/lilith/messaging.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.iamb = {
|
||||
enable = true;
|
||||
settings = {
|
||||
profiles.personal.user_id = "@lilith:matrix.firelilith.org";
|
||||
|
||||
profiles.fau.user_id = "@faub1941:matrix.firelilith.org";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -30,7 +30,6 @@
|
|||
ncspot
|
||||
signal-desktop-bin
|
||||
telegram-desktop
|
||||
iamb
|
||||
|
||||
vesktop
|
||||
logseq
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue