added iamb

This commit is contained in:
KaitoTLex 2025-06-05 01:25:46 -07:00
parent 8ded4506da
commit 5a60740f9f
No known key found for this signature in database
GPG key ID: 8AB934746F475D0B
3 changed files with 136 additions and 22 deletions

View file

@ -23,6 +23,10 @@
# here is some command line tools I use frequently
# feel free to add your own or remove some of them
#gfortran1
gqrx
urh
rtl_433
rng-tools
nheko
openvpn
tor-browser
@ -243,7 +247,23 @@
enableBashIntegration = true;
enableFishIntegration = true;
};
programs.iamb = {
enable = true;
packages = inputs.iamb.packages.default;
settings = {
profiles."matrix.org" = {
user_id = "@kaitotlex:matrix.org";
style = "restore";
};
settings = {
image_preview.protocol.type = "kitty";
notifications = {
enabled = true;
show_message = true;
};
};
};
};
programs.kitty = {
enable = true;
settings = {